Provides overlay FS transactional mounting. More...
Public Member Functions | |
def | __init__ |
def | __enter__ |
def | __exit__ |
Public Attributes | |
mountdest | |
Provides overlay FS transactional mounting.
If an exception occurs while the context is active, it will automatically unmount to roll back changes made. This allows multiple mounts to be done and all of them rolled back automatically on any failure.
def etr.tools.fsisolation.MountTransact.__init__ | ( | self, | |
lower, | |||
upper, | |||
mountdest, | |||
workdir | |||
) |
def etr.tools.fsisolation.MountTransact.__enter__ | ( | self | ) |
def etr.tools.fsisolation.MountTransact.__exit__ | ( | self, | |
type_, | |||
value, | |||
traceback | |||
) |
etr.tools.fsisolation.MountTransact.mountdest |