]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: deprecate image format 1 7841/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 29 Feb 2016 02:27:50 +0000 (21:27 -0500)
committerJason Dillaman <dillaman@redhat.com>
Mon, 29 Feb 2016 18:22:32 +0000 (13:22 -0500)
commit622748ae15e9e7dec4b104fd14f481ff8749040a
tree56b2b1ac9ef82959fbef22129cb8b57e4090ea56
parent8c054f741a8102271c3b9ccf6f459210cf40f71e
rbd: deprecate image format 1

The rbd cli will warn about the deprecation when attempting to create
image format 1 images.  librbd will log an error message when opening
a format 1 RBD image.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
PendingReleaseNotes
doc/man/8/rbd.rst
src/librbd/image/OpenRequest.cc
src/test/cli/rbd/help.t
src/tools/rbd/ArgumentTypes.cc
src/tools/rbd/Utils.cc