Remove defaults from bind and extra logging

Signed-off-by: Itxaka <itxaka@spectrocloud.com>
This commit is contained in:
Itxaka
2023-02-08 12:21:05 +01:00
parent 6fedeef4ea
commit 45c69d24fa
2 changed files with 16 additions and 9 deletions

View File

@@ -111,7 +111,7 @@ func mountBind(mountpoint, root, stateTarget string) (mountOperation, error) {
Type: "overlay",
Source: stateDir,
Options: []string{
"defaults",
//"defaults",
"bind",
},
}