Open selukov opened 4 years ago
The issue is that you don't have enough OSDs. The first 4 OSDs are reserved for the metadata pool. See:
https://github.com/batrick/ceph-linode/blob/master/playbooks/cephfs-setup.yml#L71-L93
and
https://github.com/batrick/ceph-linode/blob/master/playbooks/cephfs-create.yml#L24-L28
Thank you so much, Batrick It works
it didn't want to be mounted, I changed it https://github.com/batrick/ceph-linode/blob/master/playbooks/kernel-mount.yml#L26 change to mon_addrs: "{{ groups['mons'] | map('extract', hostvars, ['monitor_address']) | join(',') }}"
I run the following command
but the mount test fails
I mount successfully via key [client.admin] in /etc/ceph/ceph.client.admin.keyring but I can't write to the file system although I can create a directory
it has something to do with the pgs unknown that belongs cephfs_data Reinstalled the system several times, but as soon as run the script playbooks/cephfs-create.yml, appears pgs unknown
My hosts