]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: nfs export creation fails with obj deserialization 67345/head
authorNizamudeen A <nia@redhat.com>
Fri, 13 Feb 2026 09:00:35 +0000 (14:30 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 26 Feb 2026 03:14:52 +0000 (08:44 +0530)
commitc7f545929dfefc634709653ca416ab434f22dc06
treeda022387e44af90856f7b29b2fb413864edbc20a
parent1f87b69b1a8041112e26ae0ea3c0a2a0fd14d996
mgr/dashboard: nfs export creation fails with obj deserialization

with the rocky10 patches, the nfs export creation through dashboard
breaks when it tries to deserialize the obj returned by
`fetch_nfs_export_obj` interface. So removing that and use export apply
to create the nfs exports

Fixes: https://tracker.ceph.com/issues/74930
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/controllers/nfs.py
src/pybind/mgr/dashboard/tests/test_nfs.py
src/pybind/mgr/nfs/module.py