File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 7373 < li > < p class ="part-entry "> < a href ="auto-login.html "> Auto Login</ a > </ p > </ li >
7474 < li > < p class ="part-entry "> < a href ="pools.html "> Pools</ a > </ p > </ li >
7575 </ ul >
76+ < p class ="part-list-title "> < a href ="hints.html "> Hints</ a > </ p >
7677 < p class ="part-list-title "> < a href ="upgrading.html "> Upgrading</ a > </ p >
7778 < p class ="part-list-title "> < a href ="https://vm-operator.jdrupes.org/javadoc/index.html "> Javadoc</ a > </ p >
7879
Original file line number Diff line number Diff line change 1+ ---
2+ title : " VM-Operator: Hints — Miscellaneous hints for using VM-Operator"
3+ layout : vm-operator
4+ ---
5+
6+ # Hints
7+
8+ ## Disable suspend and hibernate
9+
10+ Suspend and hibernate are poorly supported in VMs and usually do not
11+ work as expected. To disable these on systemd based systems, use the
12+ following command:
13+
14+ ``` console
15+ # systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
16+ ```
You can’t perform that action at this time.
0 commit comments