From 90177792719361230ab7429d3b9926da365c43ec Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Mon, 14 Aug 2023 12:08:49 +0200 Subject: [PATCH] enable creation home in eoshomewrapper --- pkg/cbox/storage/eoshomewrapper/eoshomewrapper.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cbox/storage/eoshomewrapper/eoshomewrapper.go b/pkg/cbox/storage/eoshomewrapper/eoshomewrapper.go index ec385dcef4..7cdb0144c2 100644 --- a/pkg/cbox/storage/eoshomewrapper/eoshomewrapper.go +++ b/pkg/cbox/storage/eoshomewrapper/eoshomewrapper.go @@ -53,6 +53,7 @@ func New(ctx context.Context, m map[string]interface{}) (storage.FS, error) { if _, ok := m["version_invariant"]; !ok { c.VersionInvariant = true } + c.EnableHome = true t, ok := m["mount_id_template"].(string) if !ok || t == "" {