Skip to content

Commit 32ce1cf

Browse files
committed
chore(storage): update docs
1 parent 0cb8445 commit 32ce1cf

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

docs/upctl_storage_modify.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ upctl storage modify "My Storage" --size 25
1616
### Options
1717

1818
```
19-
--title string A short, informational description.
20-
--size int Size of the storage (GiB).
21-
--backup-time string The time when to create a backup in HH:MM. Empty value means no backups.
22-
--backup-interval string The interval of the backup.
23-
Available: daily,mon,tue,wed,thu,fri,sat,sun
24-
--backup-retention int How long to store the backups in days. The accepted range is 1-1095.
25-
-h, --help help for modify
19+
--title string A short, informational description.
20+
--size int Size of the storage (GiB).
21+
--backup-time string The time when to create a backup in HH:MM. Empty value means no backups.
22+
--backup-interval string The interval of the backup.
23+
Available: daily,mon,tue,wed,thu,fri,sat,sun
24+
--backup-retention int How long to store the backups in days. The accepted range is 1-1095.
25+
--enable-filesystem-autoresize[=true] Enable automatic resize of partition and filesystem when modifying storage size. Note that before the resize attempt is made, backup of the storage will be taken. If the resize attempt fails, the backup will be used to restore the storage and then deleted. If the resize attempt succeeds, backup will be kept. Taking and keeping backups incure costs..
26+
-h, --help help for modify
2627
```
2728

2829
### Options inherited from parent commands
@@ -40,4 +41,4 @@ upctl storage modify "My Storage" --size 25
4041

4142
* [upctl storage](upctl_storage.md) - Manage storages
4243

43-
###### Auto generated by spf13/cobra on 20-Apr-2022
44+
###### Auto generated by spf13/cobra on 21-Apr-2022

0 commit comments

Comments
 (0)