Run partprobe when partitions do not appear

This commit is contained in:
Vitaliy Filippov
2022-08-18 02:05:16 +03:00
parent 40d8d65188
commit c0d5e83fb8
4 changed files with 44 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ static const char *help_text =
" In the second form, you omit <devices> and pass --data_device, --journal_device\n"
" and/or --meta_device which must be already existing partitions. In this case\n"
" a single OSD is created.\n"
" Requires `vitastor-cli`, `blkid` and `sfdisk` utilities.\n"
" Requires `vitastor-cli`, `blkid`, `sfdisk` and `partprobe` (from parted) utilities.\n"
" OPTIONS may include:\n"
" --hybrid\n"
" Prepare hybrid (HDD+SSD) OSDs using provided devices. SSDs will be used for\n"