storage: remove getProviderStatus

This commit is contained in:
Girish Ramakrishnan
2024-09-09 16:44:19 +02:00
parent 565ad83399
commit ea72cef7f9
9 changed files with 4 additions and 44 deletions

View File

@@ -23,7 +23,7 @@ host_path="$1"
mount_filename=$(systemd-escape -p --suffix=mount "$host_path")
mount_file="/etc/systemd/system/${mount_filename}"
# stop and start will do the reumount
# stop and start will do the remount
systemctl stop "${mount_filename}"
systemctl start "${mount_filename}"