Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
[root@c-osd-5 /]# vgcreate ceph-block-12 /dev/vdb
Device /dev/vdb excluded by a filter.


or: 


Code Block
languagebash
 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:

...