ceph_disk.main.Error: Error: journal specified but not allowed by osd backend


I faced this issue once before.
The problem is - function is query for osd.0 instead your osd.21.
Change in main.py

'-i', '0',

to 21 (your osd number)

'-i', '21',

and try again.




k

_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to