Difference between revisions of "LXD Extend Disk of Virtual-Machine"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "This is for TYPE VIRTUAL-MACHINE ``` lxc config device set kub3 root size=100GiB lxc restart kub3 lxc exec kub3 -- lsblk ```")
 
 
Line 4: Line 4:
 
lxc restart kub3
 
lxc restart kub3
 
lxc exec kub3 -- lsblk
 
lxc exec kub3 -- lsblk
 +
tank/lxd/virtual-machines/kub3                                                                  10.5M  84.8M    10.6M  /var/snap/lxd/common/lxd/storage-pools/default/virtual-machines/kub3
 +
tank/lxd/virtual-machines/kub3.block                                                            29.3G  2.93T    30.4G  -
 
```
 
```

Latest revision as of 16:32, 19 June 2021

This is for TYPE VIRTUAL-MACHINE

lxc config device set kub3 root size=100GiB
lxc restart kub3
lxc exec kub3 -- lsblk
tank/lxd/virtual-machines/kub3                                                                  10.5M  84.8M     10.6M  /var/snap/lxd/common/lxd/storage-pools/default/virtual-machines/kub3
tank/lxd/virtual-machines/kub3.block                                                            29.3G  2.93T     30.4G  -