Closed HaruChebrolu closed 2 months ago
@dougm I've been attempting to run make doc
multiple times after rebasing, but each time I encounter the same error from the GitHub action. I've also tried running ./usage.sh > USAGE.md
directly, but the error persists. Could you please assist me in resolving this issue?
Closed https://github.com/vmware/govmomi/pull/3528, as I thought that there was some issue with my previous branch.
@dougm I've been attempting to run
make doc
multiple times after rebasing, but each time I encounter the same error from the GitHub action. I've also tried running./usage.sh > USAGE.md
directly, but the error persists. Could you please assist me in resolving this issue?
Hi @HaruChebrolu , you just need to rebase with latest vmware/govmomi main since a new govc command has been added. Then run make doc
again
@HaruChebrolu , not sure what you did, but now there are 6 commits.. I'm going to fix it and force push to your branch
@HaruChebrolu, VMware has approved your signed contributor license agreement.
Closes: #3519
Description
govc: Add support for providing size while we create a VMFS datastore
Type of change
Please mark options that are relevant:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. If applicable, please also list any relevant details for your test configuration.
go run main.go datastore.create -type VMFS -name vmfs61 -version 6 -disk eui.b8fa2f975ecc490ea090a46404568540 ocsqe-virt07.lab.eng.blr.redhat.com
go run main.go datastore.create -type VMFS -name vmfs61 -version 6 -disk eui.b8fa2f975ecc490ea090a46404568540 -size 30 ocsqe-virt07.lab.eng.blr.redhat.com
Checklist:
CONTRIBUTION
guidelines of this project