Skip to content

Commit

Permalink
Corrects datastore.disk usage which had not been generated (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcosgrove authored and dougm committed Dec 11, 2017
1 parent de71738 commit 1d6aed2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions govc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,20 @@ Options:
-size=10.0GB Size of new disk
```

## datastore.disk.inflate

```
Usage: govc datastore.disk.inflate [OPTIONS] VMDK
Inflate VMDK on DS.
Examples:
govc datastore.disk.inflate disks/disk1.vmdk
Options:
-ds= Datastore [GOVC_DATASTORE]
```

## datastore.disk.info

```
Expand All @@ -376,6 +390,21 @@ Options:
-p=true Include parents
```

## datastore.disk.shrink

```
Usage: govc datastore.disk.shrink [OPTIONS] VMDK
Shrink VMDK on DS.
Examples:
govc datastore.disk.shrink disks/disk1.vmdk
Options:
-copy=<nil> Perform shrink in-place mode if false, copy-shrink mode otherwise
-ds= Datastore [GOVC_DATASTORE]
```

## datastore.download

```
Expand Down

0 comments on commit 1d6aed2

Please sign in to comment.