Volumes
Create Volume
* 512 (512 bytes)
* 56k (56 KiloBytes)
* 500m (500 MegaBytes)
* 10g (10 GigaBytes)$ ops volume create <vol_name> -s <size> -d <path_to_dir>$ ops volume create my-assets -s 10g -d ./my-assets$ ops volume list
+--------------------------------------+------+--------+-----------+---------------------------------------------------------------------+--------------------------------+----------+
| UUID | NAME | STATUS | SIZE (GB) | LOCATION | CREATED | ATTACHED |
+--------------------------------------+------+--------+-----------+---------------------------------------------------------------------+--------------------------------+----------+
| e1a9a40e-8d2b-19b7-61b7-57c43f362aaa | vol | | 1.1 GB | /home/xyz/.ops/volumes/vol:e1a9a40e-8d2b-19b7-61b7-57c43f362aaa.raw | 2021-03-06 09:03:07.21 +0000 | |
| | | | | | GMT | |
+--------------------------------------+------+--------+-----------+---------------------------------------------------------------------+--------------------------------+----------+
Volume Content listing (on-prem)
Volume Content copy (on-prem)
Volume info from raw files (on-prem)
Setup Mount Path
Attach
Detach
Read Only
Cloud Providers
Hot-Plugging Support
Accessing host filesystem from nanos guest using 9p
Wrap-up
Last updated