Madhu Rajanna e1ba89b607 rbd: 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 39cc628adf1da1ab78f3aacfb7fe8f53e9a1fd29)
2024-12-17 13:05:40 +05:30
..