CEPH filesystem development
 help / color / mirror / Atom feed
* creation of ./.snap/test creates something in ./subdir/.snap/
@ 2010-06-19  7:27 Thomas Mueller
  2010-06-19 15:40 ` Sage Weil
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Mueller @ 2010-06-19  7:27 UTC (permalink / raw)
  To: ceph-devel

hi

i was looking for a way to list all snapshots*.

then i discovered this:


mkdir ./.snap/test

then i found this:
./.snap/test
./subdir/.snap/_test_1099511630280


the subdir/.snap/_test_1099511630280 vanishes if i delete the ./.snap/
test.


kclient: ceph-client-standalone/unstable-backport
ceph:  ceph/unstable


- Thomas


* 

find ./ -type d -print0 | \
	xargs -0 -I% -n1 find %/.snap -mindepth 1 -maxdepth 1


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

end of thread, other threads:[~2010-06-21  7:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-19  7:27 creation of ./.snap/test creates something in ./subdir/.snap/ Thomas Mueller
2010-06-19 15:40 ` Sage Weil
2010-06-19 16:03   ` Thomas Mueller
2010-06-21  7:30     ` Jerker Nyberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox