I am trying to install ceph and configure on a mounted disk. I have the disk location, however, I face a problem when I use the --data parameter.
command: ceph-deploy osd create --data /home/ceph-admin/ceph-data/vda node-ip-address
error: ceph-deploy: error: unrecognized arguments: --data
ceph version: ceph version 14.2.8 (2d095e947a02261ce61424021bb43bd3022d35cb) nautilus (stable)
ceph-deploy version: 1.5.38
All the documentations I found uses the --data parameter. is there any workaround?
please help!
Thanks in advance..