There is a permission denied issue when running the activate command. The issue is that when the /var/local/osd0 and osd1 directories are created the permissions are for root:staff. Changing the line to ssh ceph-server-2 "sudo mkdir /var/local/osd0 && sudo chown ceph:ceph /var/local/osd0" will fix the issue.
The text was updated successfully, but these errors were encountered:
Properly changed the owner of OSD to "ceph" so it does not fail with "** ERROR: error creating empty object store in /var/local/osd0: (13) Permission denied".
There is a permission denied issue when running the activate command. The issue is that when the /var/local/osd0 and osd1 directories are created the permissions are for root:staff. Changing the line to ssh ceph-server-2 "sudo mkdir /var/local/osd0 && sudo chown ceph:ceph /var/local/osd0" will fix the issue.
The text was updated successfully, but these errors were encountered: