You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
Test objective: create volume on fresh setup very first time where PVSCSI adapter is not added to the VM and vSphere docker volume plugin add the same automatically and creates the volume successfully
The issue was observed on photon so steps are mentioned for photon OS only in fact test should be OS agnostic.
create photon vm on esx 6.0U2 with default setting
make sure PVSCSI adapter is not added as part of vm creation at step#1
create docker volume using following command
docker volume create --driver=vmdk --name=testVol -o size=10gb
kerneltime
changed the title
Add test: creating vSphere docker volume on freshly created VM shouldn't run into issue reported @#656
Add test: creating vSphere docker volume on freshly created VM shouldn't run into issue reported #656
Dec 5, 2016
Automation steps:
Test objective: create volume on fresh setup very first time where PVSCSI adapter is not added to the VM and vSphere docker volume plugin add the same automatically and creates the volume successfully
The issue was observed on photon so steps are mentioned for photon OS only in fact test should be OS agnostic.
docker volume create --driver=vmdk --name=testVol -o size=10gb
expectation: volume should be created correctly
#656
The text was updated successfully, but these errors were encountered: