First, an actual look at the CLI for real usage. Two CephFS volumes set up, "media" and "archive".
root@host:~# ceph fs volume ls
[
{
"name": "media"
},
{
"name": "archive"
}
]
root@host:~# ceph fs volume info archive --human-readable
{
"mon_addrs": [
"192.168.3.4:6789",
"192.168.3.3:6789",
"192.168.3.2:6789"
],
"pools": {
"data": [
{
"avail": "10.0T",
"name"...
Read more
root@host:~# ceph fs volume ls
[
{
"name": "media"
},
{
"name": "archive"
}
]
root@host:~# ceph fs volume info archive --human-readable
{
"mon_addrs": [
"192.168.3.4:6789",
"192.168.3.3:6789",
"192.168.3.2:6789"
],
"pools": {
"data": [
{
"avail": "10.0T",
"name"...
Read more