Browse Source

Add demo section to readme

pull/1/head
Luke Childs 5 years ago
parent
commit
fbb969be30
  1. 22
      README.md

22
README.md

@ -42,6 +42,28 @@ Example:
GitHub: https://github.com/lukechilds/autoscale-do-block-storage GitHub: https://github.com/lukechilds/autoscale-do-block-storage
``` ```
## Demo
```
$ checkvolumesize --token bc99be9f73b037da64074472fe58f643e619328b85c5467615964a59abd12029 --device /dev/sda --volume-name volume-sgp1-01 --volume-region sgp1 --buffer 10
Checking available space on device "/dev/sda" is above 10GB requirement...
Only 8GB available, volume resize required
Getting data for volume "volume-sgp1-01" in region "sgp1"...
Volume ID is "2cbebc6a-ff42-11e9-a238-0a58ac14a19d" and is currently 430GB
Increasing volume size to 440GB...
Created action "796611989"
Waiting for action to complete...
Volume resize complete!
Resizing filesystem...
resize2fs 1.44.1 (24-Mar-2018)
Filesystem at /dev/sda is mounted on /mnt/volume_sgp1_01; on-line resizing required
old_desc_blocks = 54, new_desc_blocks = 55
The filesystem on /dev/sda is now 115343360 (4k) blocks long.
Filesystem resize complete!
Device "/dev/sda" now has 17GB available
Completed in 16 seconds
```
## License ## License
MIT © Luke Childs MIT © Luke Childs

Loading…
Cancel
Save