Hi Folks,
Datacenter summary view ./. Ceph status view
Datacenter summary view ./. Ceph status view
Code:
cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,backup,vztmpl
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
rbd: vmstorage
monhost 192.168.100.141 192.168.100.142 192.168.100.143 192.168.100.144
content images
krbd 0
pool vmpool
rbd: lxcstorage
monhost 192.168.100.141 192.168.100.142 192.168.100.143 192.168.100.144
content rootdir
krbd 1
pool lxcpool
Code:
pveceph status
{
"fsmap" : {
"by_rank" : [],
"epoch" : 1
},
"election_epoch" : 148,
"pgmap" : {
"num_pools" : 3,
"num_objects" : 292887,
"num_pgs" : 2112,
"bytes_total" : 52701456859136,
"bytes_used" : 3701854003200,
"pgs_by_state" : [
{
"state_name" : "active+clean",
"count" : 2112
}
],
"bytes_avail" : 48999602855936,
"data_bytes" : 1227475286134
},
"quorum" : [
0,
1,
2,
3
],
"fsid" : "cb0aba69-bad9-4d30-b163-c19f0fd1ec53",
"mgrmap" : {
"active_name" : "1",
"standbys" : [
{
"gid" : 4014130,
"name" : "3"
},
{
"name" : "2",
"gid" : 4014145
},
{
"gid" : 4641563,
"name" : "0"
}
],
"epoch" : 37,
"active_gid" : 4014115,
"available" : true,
"active_addr" : "192.168.100.142:6808/3222"
},
"quorum_names" : [
"0",
"1",
"2",
"3"
],
"osdmap" : {
"osdmap" : {
"nearfull" : false,
"num_in_osds" : 28,
"full" : false,
"num_remapped_pgs" : 0,
"epoch" : 570,
"num_up_osds" : 28,
"num_osds" : 28
}
},
"monmap" : {
"epoch" : 5,
"created" : "2017-06-21 19:36:06.835226",
"fsid" : "cb0aba69-bad9-4d30-b163-c19f0fd1ec53",
"mons" : [
{
"addr" : "192.168.100.141:6789/0",
"public_addr" : "192.168.100.141:6789/0",
"name" : "0",
"rank" : 0
},
{
"name" : "1",
"rank" : 1,
"addr" : "192.168.100.142:6789/0",
"public_addr" : "192.168.100.142:6789/0"
},
{
"addr" : "192.168.100.143:6789/0",
"public_addr" : "192.168.100.143:6789/0",
"name" : "2",
"rank" : 2
},
{
"public_addr" : "192.168.100.144:6789/0",
"addr" : "192.168.100.144:6789/0",
"rank" : 3,
"name" : "3"
}
],
"modified" : "2017-06-21 19:50:59.946144",
"features" : {
"optional" : [],
"persistent" : [
"kraken",
"luminous"
]
}
},
"health" : {
"summary" : [],
"detail" : [],
"timechecks" : {
"epoch" : 148,
"mons" : [
{
"health" : "HEALTH_OK",
"skew" : 0,
"latency" : 0,
"name" : "0"
},
{
"name" : "1",
"latency" : 0.000331,
"skew" : -0.000303,
"health" : "HEALTH_OK"
},
{
"health" : "HEALTH_OK",
"latency" : 0.00032,
"skew" : -0.000739,
"name" : "2"
},
{
"health" : "HEALTH_OK",
"skew" : 0.001076,
"latency" : 0.000317,
"name" : "3"
}
],
"round" : 1598,
"round_status" : "finished"
},
"overall_status" : "HEALTH_OK",
"health" : {
"health_services" : [
{
"mons" : [
{
"kb_avail" : 42396764,
"name" : "0",
"kb_total" : 57278576,
"health" : "HEALTH_OK",
"avail_percent" : 74,
"last_updated" : "2017-07-24 13:35:30.971292",
"store_stats" : {
"bytes_sst" : 0,
"bytes_total" : 53456376,
"bytes_misc" : 31323450,
"last_updated" : "0.000000",
"bytes_log" : 22132926
},
"kb_used" : 11942524
},
{
"last_updated" : "2017-07-24 13:35:44.482507",
"store_stats" : {
"last_updated" : "0.000000",
"bytes_log" : 16913404,
"bytes_sst" : 0,
"bytes_total" : 60271815,
"bytes_misc" : 43358411
},
"kb_used" : 3403356,
"avail_percent" : 88,
"kb_total" : 57278576,
"name" : "1",
"health" : "HEALTH_OK",
"kb_avail" : 50935932
},
{
"avail_percent" : 88,
"last_updated" : "2017-07-24 13:35:43.766890",
"store_stats" : {
"bytes_log" : 22564511,
"last_updated" : "0.000000",
"bytes_misc" : 51135914,
"bytes_sst" : 0,
"bytes_total" : 73700425
},
"kb_used" : 3499528,
"kb_avail" : 50839760,
"health" : "HEALTH_OK",
"kb_total" : 57278576,
"name" : "2"
},
{
"kb_avail" : 50942992,
"health" : "HEALTH_OK",
"kb_total" : 57278576,
"name" : "3",
"avail_percent" : 88,
"store_stats" : {
"bytes_total" : 64312676,
"bytes_sst" : 0,
"bytes_misc" : 41778591,
"last_updated" : "0.000000",
"bytes_log" : 22534085
},
"kb_used" : 3396296,
"last_updated" : "2017-07-24 13:35:42.017360"
}
]
}
]
}
}
}