#13 fix subvolume umount path
Merged 3 years ago by ngompa. Opened 3 years ago by dcavalca.
dcavalca/appliance-tools btrfs4  into  master

file modified
+1 -1
@@ -256,7 +256,7 @@ 

              ordered += others

               

              for s in ordered:

-                 subprocess.call(['umount', s['mountpoint']])

+                 subprocess.call(['umount', "%s%s" % (self.mountdir, s['mountpoint'])])

      

          for mp in self.unmountOrder:

              if mp == 'swap':

no initial comment

Pull-Request has been merged by ngompa

3 years ago
Metadata