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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
me@debian:/opt/go/bin$ ./vcsim -l :8989 -ds 3
export GOVC_URL=https://user:[email protected]:8989/sdk GOVC_SIM_PID=6274
me@debian:~/govc$ ./govc tree -k
/
└── DC0
├── datastore
│ ├── LocalDS_0
│ ├── LocalDS_1
│ └── LocalDS_2
├── host
│ ├── DC0_C0
│ │ ├── DC0_C0_H0
│ │ ├── DC0_C0_H1
│ │ ├── DC0_C0_H2
│ │ └── Resources
│ └── DC0_H0
│ ├── DC0_H0
│ └── Resources
├── network
│ ├── DVS0
│ │ ├── DC0_DVPG0
│ │ └── DVS0-DVUplinks-9
│ └── VM Network
└── vm
├── DC0_C0_RP0_VM0
├── DC0_C0_RP0_VM1
├── DC0_H0_VM0
└── DC0_H0_VM1
How do I delete LocalDS_2?
I have tried:
me@debian:~/govc$ ./govc datastore.rm -k -ds LocalDS_2 DC0_C0
./govc: *types.FileNotFound
me@debian:~/govc$ ./govc datastore.remove -k -ds LocalDS_2 DC0_C0
./govc: host 'DC0_C0' not found
me@debian:~/govc$ ./govc datastore.remove -k -ds LocalDS_2 DC0_H0
./govc: ServerFaultCode: HostDatastoreSystem:hostdatastoresystem-15 does not implement: RemoveDatastore
me@debian:~/govc$ ./govc datastore.remove -k -ds LocalDS_2 DC0_H0 DC0_C0
./govc: host 'DC0_C0' not found
Beta Was this translation helpful? Give feedback.
All reactions