feat: initial commit
This commit is contained in:
commit
649f66fbf1
19 changed files with 512 additions and 0 deletions
17
docs/proxmox/tips-and-tricks.md
Normal file
17
docs/proxmox/tips-and-tricks.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Tips and Trics
|
||||
|
||||
## Maintenance mode
|
||||
|
||||
```shell
|
||||
sudo ha-manager crm-command node-maintenance enable pve0
|
||||
```
|
||||
|
||||
```shell
|
||||
sudo ha-manager crm-command node-maintenance disable pve0
|
||||
```
|
||||
|
||||
## Show running VMs
|
||||
|
||||
```shell
|
||||
sudo qm list
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue