* creating rbd snapshots via sysfs
@ 2012-07-24 21:22 Josh Durgin
0 siblings, 0 replies; only message in thread
From: Josh Durgin @ 2012-07-24 21:22 UTC (permalink / raw)
To: ceph-devel
Right now the kernel still has one piece of rbd management duplicated
from the rbd command line tool: snapshot creation. There's nothing
special about snapshot creation that makes it advantageous to do
from the kernel, so I'd like to remove the create_snap sysfs interface.
That is, /sys/bus/rbd/devices/<id>/create_snap would be removed.
Does anyone rely on the sysfs interface for creating rbd snapshots?
If so, how hard would it be to replace with:
rbd snap create pool/image@snap
Is there any benefit to the sysfs interface that I'm missing?
Josh
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-24 21:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-24 21:22 creating rbd snapshots via sysfs Josh Durgin
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.