Files
ceph-csi/internal/cephfs
Madhu Rajanna b939471ac2 cephfs: use os.Remove to remove directory
using os.RemoveAll will remove everything
in the director after the Umount we should
be using os.Remove only to remove the empty
directory

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit cd09266870)
2024-11-21 12:24:34 +00:00
..