Files
linux/Documentation/ABI/testing
Alex Elder 02cdb02cea rbd: kill create_snap sysfs entry
Josh proposed the following change, and I don't think I could
explain it any better than he did:

    From: Josh Durgin <josh.durgin@inktank.com>
    Date: Tue, 24 Jul 2012 14:22:11 -0700
    To: ceph-devel <ceph-devel@vger.kernel.org>
    Message-ID: <500F1203.9050605@inktank.com>

    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

This patch implements this proposal, removing the code that
implements the "snap_create" sysfs interface for rbd images.
As a result, quite a lot of other supporting code goes away.

Suggested-by: Josh Durgin <josh.durgin@inktank.com>
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2012-10-01 14:30:53 -05:00
..
2011-10-24 16:52:39 +02:00
2011-07-18 12:29:40 -04:00
2010-10-21 20:21:03 -04:00
2012-03-28 18:41:23 +01:00
2011-03-31 11:26:23 -03:00
2012-05-23 09:40:09 +01:00
2012-04-23 14:23:32 +03:00
2011-03-22 04:53:09 -03:00
2008-11-12 17:17:18 -08:00
2008-05-24 09:56:07 -07:00
2011-03-31 11:26:23 -03:00
2007-02-11 10:51:28 -08:00
2011-04-29 18:09:34 -07:00
2009-02-18 15:37:56 -08:00
2011-02-21 20:16:21 -05:00
2009-09-23 07:39:48 -07:00
2008-04-19 19:10:28 -07:00
2012-06-25 13:48:15 +02:00
2008-07-24 10:47:17 -07:00
2008-04-18 08:56:07 -07:00
2009-06-18 13:04:04 -07:00