Skip to content

Commit

Permalink
docs: proxmox trick and tips
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevader committed Nov 28, 2023
1 parent 6a6930c commit aacfe80
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/proxmox-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,15 @@ sudo apt-get install qemu-guest-agent
```


## Tips & Trick

### Resize disk

```bash
sudo lvresize -l +100%FREE --resizefs /dev/mapper/ubuntu--vg-ubuntu--lv
```

6510C08A-590C-477C-A72E-D3E25B972D5E

## References

Expand Down

0 comments on commit aacfe80

Please sign in to comment.