]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: add a note that states the behavior change for the clone operation
authorzhengyin <zhengyin@cmss.chinamoblie.com>
Sat, 28 Mar 2020 04:26:45 +0000 (12:26 +0800)
committerzhengyin <zhengyin@cmss.chinamoblie.com>
Tue, 31 Mar 2020 12:57:44 +0000 (20:57 +0800)
     in the PendingReleaseNotes.

Signed-off-by: Zheng Yin <zhengyin@cmss.chinamobile.com>
PendingReleaseNotes

index cffac983c11ece41664a8fde2b537df283bb16b5..db15241d205c77b10b623507aa5c6e66fbc393b7 100644 (file)
   by default. However, if enabled, user now have to pass the
   ``--yes-i-really-mean-it`` flag to ``osd pool set size 1``, if they are really
   sure of configuring pool size 1.
+
+* librbd now inherits the stripe unit and count from its parent image upon creation.
+  This can be overridden by specifying different stripe settings during clone creation.