]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: Fix subvolume create idempotency 35090/head
authorKotresh HR <khiremat@redhat.com>
Fri, 15 May 2020 14:59:01 +0000 (20:29 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 22 May 2020 10:58:35 +0000 (16:28 +0530)
commitdb8706aa68887a45f25340a62eaddf62c0ea4f46
treea42c14ad742544e042ae54083634ce5478d0a8c3
parentb23de0c4b05dccf95527f0f8f9961ec151c565df
mgr/volumes: Fix subvolume create idempotency

After subvolume is created, it can be resized
using subvolume create command. But it was
broken and the same is fixed.

Fixes: https://tracker.ceph.com/issues/45398
Signed-off-by: Kotresh HR <khiremat@redhat.com>
qa/tasks/cephfs/test_volumes.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_base.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_v1.py
src/pybind/mgr/volumes/fs/volume.py