1
memorybox 340 天前
好像没有这个功能;只能手工快照,然后重启后手工恢复快照
|
3
TsubasaHanekaw 340 天前
有的啊. 虚拟机列表右键就有?
|
4
iloveayu 340 天前
不可以,PVE 没有这个功能。
|
5
TsubasaHanekaw 340 天前
qm suspend vmId
|
6
TsubasaHanekaw 340 天前 1
Hibernation
You can suspend a VM to disk with the GUI option Hibernate or with # qm suspend ID --todisk That means that the current content of the memory will be saved onto disk and the VM gets stopped. On the next start, the memory content will be loaded and the VM can continue where it was left off. State storage selection If no target storage for the memory is given, it will be automatically chosen, the first of: The storage vmstatestorage from the VM config. The first shared storage from any VM disk. The first non-shared storage from any VM disk. The storage local as a fallback. icon icon 美式男声 arrow 595/5000 icon 冬眠 您可以使用 GUI 选项 Hibernate 或使用 #qm 挂起 ID--todisk 这意味着记忆的当前内容将被保存到磁盘上,虚拟机将停止。下一次启动时,记忆内容将被加载,虚拟机可以从中断的地方继续。 状态存储选择 如果没有给出记忆的目标存储,它将被自动选择,第一个: VM 配置中的存储 vmstatestorage 。 来自任何 VM 磁盘的第一个共享存储。 来自任何 VM 磁盘的第一个非共享存储。 存储本地作为兜底。 |
7
memorybox 340 天前
我是 PVE7.1 , 好像无论是界面上点 Pause ,还是命令行 suspend ,只要 PVE 主机重启了,这个状态是不会保存的;
|
8
tsanie 340 天前 1
@memorybox qm suspend <vmid> --todisk 1 ,将在 storage 里持久化保存一个 state-suspend 的存储文件,也可以通过--statestorage <string>指定存储位置。
或者在 gui 上右键点 hibernate ,pause 用的是默认参数,--todisk 为 0 ,相当于 sleep 。 |
9
CoolZxp 340 天前
需要两步操作先用 bulk suspend 批量挂起之后再关机或者重启,也不麻烦。下次开机的时候设置自动启动的 vm 会自动从挂起中恢复。没设置自动启动的需要手动启动或者批量启动。
|
11
xixiv5 OP |