[隨筆] Proxmox VE 常用指令筆記
ZFS Pool 增加 ZFS 硬碟
#ls /dev/disk/by-id
1 | root@node01:~# ls /dev/disk/by-id |
1 | # ZFS Mirror |
ZFS System Snapshot
- 查看目前有哪些 zfs 的 data sets:
zfs list -t all
注意到 proxmox 預設將最上層的 data set 叫做 rpool。 - 建立整個 zfs 系統的快照, 遞迴地包含 rpool 底下的每個 data set。
快照命名為 0-fresh,zfs snapshot -r rpool@0-fresh
不用半秒鐘就建好了! - 再次列出 data sets 的清單: zfs list -t all
- 以後如果有必要,可以用
zfs rollback
Fix Update
To fix this, its similar to V3.X and V4.X. We need to add one repository :
nano /etc/apt/sources.list
- add :
- deb http://download.proxmox.com/debian stretch pve-no-subscription Then disable or remove
- rm -f /etc/apt/sources.list.d/pve-enterprise.list
Passthrough HDD to KVM
Nested Virtualization (Guest OS 調用虛擬化)
Install SNMP Service on Proxmox VE
LSI MSM on Debian
- LSI MegaRAID Storage Manager 11.x for Linux HowTo on Ubuntu 10.04 64 bit (should work on Debian too)
Qemu Agent 節省記憶體
Intel Graphic Passthough
- Pci passthrough
- [GUIDE] Intel Intergrated graphic Passthrough
- Kaby Lake IGD passthrough on Proxmox 5.1 with Win10 VM
- USB Devices in Virtual Machines
Windows VM 設定
- 待補