...
| Code Block | ||
|---|---|---|
| ||
[root@c-osd-5 /]# vgcreate ceph-block-12 /dev/vdb Device /dev/vdb excluded by a filter. |
or:
| Code Block | ||
|---|---|---|
| ||
Cannot use /dev/sdb: device is partitioned
Command requires all devices to be found. |
This is because the disk has a GPT. Lets delete it with gdisk:
...