From 708826e2a7ea92e98cb0d3296bc1d9b4d3231db8 Mon Sep 17 00:00:00 2001 From: John Howard Date: Mon, 20 Aug 2018 14:33:00 -0700 Subject: [PATCH] Adds LinuxMetadata back (omitted in master) Signed-off-by: John Howard --- internal/schema1/schema1.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/schema1/schema1.go b/internal/schema1/schema1.go index 6cffdc6d9d..2a1cee47a9 100644 --- a/internal/schema1/schema1.go +++ b/internal/schema1/schema1.go @@ -59,6 +59,8 @@ type MappedVirtualDisk struct { ReadOnly bool `json:",omitempty"` Cache string `json:",omitempty"` // "" (Unspecified); "Disabled"; "Enabled"; "Private"; "PrivateAllowSharing" AttachOnly bool `json:",omitempty:` + // LinuxMetadata - Support added in 1803/RS4+. + LinuxMetadata bool `json:",omitempty"` } // AssignedDevice represents a device that has been directly assigned to a container