It must be FAQ or something simple, but so far I cannot find how to change the file system size of the cephfs mount. i have over 1TB
~# ceph -s
health HEALTH_OK
monmap e1: 2 mons at {a=172.18.1.130:6789/0,b=172.18.1.132:6789/0}, election epoch 4, quorum 0,1 a,b
osdmap e24: 6 osds: 6 up, 6 in
pgmap v651: 1408 pgs: 1408 active+clean; 14637 KB data, 6244 MB used, 1666 GB / 1672 GB avail
mdsmap e5: 1/1/1 up {0=a=up:active}, 1 up:standby
--
--John Shen
However I could not find any parameter either on the server [mds] section or on the client mount to increase it to say 100GB.
i tried the man page for mount.ceph for any mounting parameter.
greatly appreciate your help!
~# ceph -s
health HEALTH_OK
monmap e1: 2 mons at {a=172.18.1.130:6789/0,b=172.18.1.132:6789/0}, election epoch 4, quorum 0,1 a,b
osdmap e24: 6 osds: 6 up, 6 in
pgmap v651: 1408 pgs: 1408 active+clean; 14637 KB data, 6244 MB used, 1666 GB / 1672 GB avail
mdsmap e5: 1/1/1 up {0=a=up:active}, 1 up:standby
client
~$ sudo mount -t ceph 172.18.1.130:6789:/ /mnt/mycephfs -o name=admin,secretfile=/etc/ceph/admin.secrets
~$ df -h -t ceph
Filesystem Size Used Avail Use% Mounted on
172.18.1.130:6789:/ 6.6G 25M 6.6G 1% /mnt/mycephfs
ubuntu@archcephclient01:~$
~$ sudo mount -t ceph 172.18.1.130:6789:/ /mnt/mycephfs -o name=admin,secretfile=/etc/ceph/admin.secrets
~$ df -h -t ceph
Filesystem Size Used Avail Use% Mounted on
172.18.1.130:6789:/ 6.6G 25M 6.6G 1% /mnt/mycephfs
ubuntu@archcephclient01:~$
--
--John Shen
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com