All of lore.kernel.org
 help / color / mirror / Atom feed
* Paxos and long-lasting deleted data
@ 2013-01-31 18:17 Andrey Korolyov
  2013-01-31 18:31 ` Gregory Farnum
  2013-01-31 18:41 ` Joao Eduardo Luis
  0 siblings, 2 replies; 10+ messages in thread
From: Andrey Korolyov @ 2013-01-31 18:17 UTC (permalink / raw)
  To: ceph-devel

Hi,

Please take a look, this data remains for days and seems not to be
deleted in future too:

pool name       category                 KB      objects       clones
   degraded      unfound           rd        rd KB           wr
wr KB
data            -                          0            0            0
           0           0            0            0            0
    0
install         -                   15736833         3856            0
           0           0           16            3       464648
60970390
metadata        -                          0            0            0
           0           0            0            0            0
    0
prod-rack0      -                  364027905        88895            0
           0           0           32            0       267626
689034186
rbd             -                    4194305         1027            0
           0           0            4            1        11269
25165828
  total used      6900914368        93778
  total avail    18335469376
  total space    25236383744

for pool in $(rados lspools) ; do rbd ls -l $pool ; done | grep -v
SIZE | awk '{ sum += $2} END { print sum }'
rbd: pool data doesn't contain rbd images
rbd: pool metadata doesn't contain rbd images
526360

I have same thing before, but not so contrast as there. Cluster was
put on moderate failure test, dropping one or two osds at once under
I/O pressure with replication factor three.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-02-04  8:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 18:17 Paxos and long-lasting deleted data Andrey Korolyov
2013-01-31 18:31 ` Gregory Farnum
2013-01-31 18:50   ` Andrey Korolyov
2013-01-31 18:56     ` Gregory Farnum
2013-01-31 19:18       ` Andrey Korolyov
2013-02-03 19:45         ` Andrey Korolyov
2013-02-03 21:46           ` Gregory Farnum
2013-02-04  5:31             ` Andrey Korolyov
2013-02-04  8:46               ` Chen, Xiaoxi
2013-01-31 18:41 ` Joao Eduardo Luis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.