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
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to