]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Create subvol of same name in different group 55369/head
authorAfreen <afreen23.git@gmail.com>
Mon, 29 Jan 2024 10:12:10 +0000 (15:42 +0530)
committerAfreen <afreen23.git@gmail.com>
Tue, 30 Jan 2024 10:39:30 +0000 (16:09 +0530)
commit76e330bd0fbe070c23aa5d7f83822878d019a927
treead0c98155e08adccc78728567acd6a3c97f7ad34
parent836b254da7ba74262791d0cd9de001f47f8c1f4e
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>
(cherry picked from commit fb79df410d39ad01c9192433e03d8a0a33c81568)
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