Skip to content
Snippets Groups Projects
  • Paul Bourke's avatar
    fecf719e
    Allow operators to use 'fallback mode' for Ceph disks · fecf719e
    Paul Bourke authored
    This change adds a variable to the Ceph role "kolla_ceph_use_udev",
    which is True by default meaning no change to the current behaviour. If
    set to False, it will fallback to tools such as sgdisk/blkid to parse
    the disk info it needs, instead of using udev.
    
    Change-Id: I88d7b73efe27f04bb1ba16d61e101fa14a9f0d81
    Depends-On: I6ad7825cdb164498f3d02f2ae064c7c1c38e10d5
    Closes-Bug: #1631949
    fecf719e
    History
    Allow operators to use 'fallback mode' for Ceph disks
    Paul Bourke authored
    This change adds a variable to the Ceph role "kolla_ceph_use_udev",
    which is True by default meaning no change to the current behaviour. If
    set to False, it will fallback to tools such as sgdisk/blkid to parse
    the disk info it needs, instead of using udev.
    
    Change-Id: I88d7b73efe27f04bb1ba16d61e101fa14a9f0d81
    Depends-On: I6ad7825cdb164498f3d02f2ae064c7c1c38e10d5
    Closes-Bug: #1631949