]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Create subvol of same name in different group 55349/head
authorAfreen <afreen23.git@gmail.com>
Mon, 29 Jan 2024 10:12:10 +0000 (15:42 +0530)
committerAfreen <afreen23.git@gmail.com>
Mon, 29 Jan 2024 10:12:10 +0000 (15:42 +0530)
commitfb79df410d39ad01c9192433e03d8a0a33c81568
tree1ee239c14decde5945e0e30c2af90fa3771b7dbe
parent93c567e8aebc282f98f9f7826529defeb0d4fec7
mgr/dashboard: Create subvol of same name in different group

Fixes https://tracker.ceph.com/issues/64112

Issue:
Currently, we are unable to create subvolume of same name in different
subvolume group

Fix:
We are validating only the filesystem name of subvolume
which is stopping the creation a subvolume of same name.
Added more granularity , by adding the subvolumegroup name.

Signed-off-by: Afreen <afreen23.git@gmail.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-form/cephfs-subvolume-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs-subvolume.service.ts