in VM:
make all WHAT=volume/iscsi
(+ break after amd64)
This commit is contained in:
Jan Safranek
2019-03-18 17:51:46 +01:00
parent b18dba3794
commit 5f9756c3ce
2 changed files with 3 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ func NewISCSIServer(cs clientset.Interface, namespace string) (config VolumeTest
"/srv/iscsi": "/srv/iscsi",
},
ServerReadyMessage: "iscsi target started",
ServerHostNetwork: true,
ServerHostNetwork: true,
}
pod, ip = CreateStorageServer(cs, config)
// Make sure the client runs on the same node as server so we don't need to open any firewalls.