From 001fb868e564d3c93c2ea6c8388c9ef664ee0ca5 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Thu, 15 Oct 2020 11:45:03 +0200 Subject: [PATCH] change mount id of home storage Signed-off-by: David Christofas --- storage/pkg/flagset/storagehome.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/pkg/flagset/storagehome.go b/storage/pkg/flagset/storagehome.go index 0bdf8c4c30..97bf7e3437 100644 --- a/storage/pkg/flagset/storagehome.go +++ b/storage/pkg/flagset/storagehome.go @@ -85,7 +85,7 @@ func StorageHomeWithConfig(cfg *config.Config) []cli.Flag { Name: "mount-id", // This is the mount id of the storage provider using the same storage driver // as /home but withoud home enabled. - Value: "1284d238-aa92-42ce-bdc4-0b0000009162", // /users + Value: "1284d238-aa92-42ce-bdc4-0b0000009154", // /users Usage: "mount id", EnvVars: []string{"STORAGE_HOME_MOUNT_ID"}, Destination: &cfg.Reva.StorageHome.MountID,