From 0eeea2f4082a69ea9acba1bc9559c2fb885213fe Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Thu, 31 Oct 2019 17:54:56 +0000 Subject: [PATCH] lxd/storage/interfaces: Updates CreateImage definition Signed-off-by: Thomas Parrott --- lxd/storage/interfaces.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxd/storage/interfaces.go b/lxd/storage/interfaces.go index 49a4ea02ce..d8853c0096 100644 --- a/lxd/storage/interfaces.go +++ b/lxd/storage/interfaces.go @@ -67,7 +67,7 @@ type Pool interface { UnmountInstanceSnapshot(i Instance) (bool, error) // Images. - CreateImage(img api.Image, op *operations.Operation) error + CreateImage(fingerprint string, op *operations.Operation) error DeleteImage(fingerprint string, op *operations.Operation) error // Custom volumes.