cadf8afdcf
The Ceph osd bootstrap/startup logic depends upon reading/writing partition names. Some older versions of udev have trouble reading these (/dev/disk/by-label is missing). To work around this, we shell out to sgdisk and scrape the partition name data directly. Co-authored-by: Paul Bourke <paul.bourke@oracle.com> Closes-Bug: 1585185 Change-Id: I362b3f8e91de79687fc84e256996fbcaf303b6af
2 lines
75 B
Plaintext
2 lines
75 B
Plaintext
ansible ALL=(root) NOPASSWD: /usr/bin/ansible localhost -m find_disks -a *
|