One minor but important observation to please fix in the documentation.
on https://pve.proxmox.com/wiki/Manage_Ceph_Services_on_Proxmox_VE_Nodes
at
Destroy CephFS
the command
ceph rm fs NAME --yes-i-really-mean-it
should be
ceph fs rm NAME --yes-i-really-mean-it
However,
I have an up and running ceph but creating a cephfs doesn't work.
pveversion
pve-manager/5.3-5/97ae681d (running kernel: 4.15.18-9-pve)
MDS is created
root@proxmox:~# ceph mds stat
, 1 up:standby
creating a cephfs
root@proxmox:~# pveceph fs create --pg_num 128 --add-storage
creating data pool 'cephfs_data'...
creating metadata pool 'cephfs_metadata'...
configuring new CephFS 'cephfs'
Successfully create CephFS 'cephfs'
Adding 'cephfs' to storage configuration...
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Need MDS to add storage, but none got active!
root@proxmox:~# ceph mds stat
cephfs-1/1/1 up {0=proxmox=up:creating}
Anyone with any idea, please ?
on https://pve.proxmox.com/wiki/Manage_Ceph_Services_on_Proxmox_VE_Nodes
at
Destroy CephFS
the command
ceph rm fs NAME --yes-i-really-mean-it
should be
ceph fs rm NAME --yes-i-really-mean-it
However,
I have an up and running ceph but creating a cephfs doesn't work.
pveversion
pve-manager/5.3-5/97ae681d (running kernel: 4.15.18-9-pve)
MDS is created
root@proxmox:~# ceph mds stat
, 1 up:standby
creating a cephfs
root@proxmox:~# pveceph fs create --pg_num 128 --add-storage
creating data pool 'cephfs_data'...
creating metadata pool 'cephfs_metadata'...
configuring new CephFS 'cephfs'
Successfully create CephFS 'cephfs'
Adding 'cephfs' to storage configuration...
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Waiting for an MDS to become active
Need MDS to add storage, but none got active!
root@proxmox:~# ceph mds stat
cephfs-1/1/1 up {0=proxmox=up:creating}
Anyone with any idea, please ?