diff --git a/ciao-launcher/payload.go b/ciao-launcher/payload.go index a0f2bca76..a5e01759e 100644 --- a/ciao-launcher/payload.go +++ b/ciao-launcher/payload.go @@ -73,6 +73,11 @@ func printCloudinit(data *payloads.Start) { glog.Infof("%8s: %v", start.RequestedResources[i].Type, start.RequestedResources[i].Value) } + + if start.Storage.ID != "" { + glog.Info("Volumes:") + glog.Infof(" %s Bootable=%t", start.Storage.ID, start.Storage.Bootable) + } } func computeSSHPort(networkNode bool, vnicIP string) int {