Add hint.
This commit is contained in:
parent
ce1a9afec7
commit
61286a528c
2 changed files with 17 additions and 0 deletions
|
|
@ -73,6 +73,7 @@
|
||||||
<li><p class="part-entry"><a href="auto-login.html">Auto Login</a></p></li>
|
<li><p class="part-entry"><a href="auto-login.html">Auto Login</a></p></li>
|
||||||
<li><p class="part-entry"><a href="pools.html">Pools</a></p></li>
|
<li><p class="part-entry"><a href="pools.html">Pools</a></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p class="part-list-title"><a href="hints.html">Hints</a></p>
|
||||||
<p class="part-list-title"><a href="upgrading.html">Upgrading</a></p>
|
<p class="part-list-title"><a href="upgrading.html">Upgrading</a></p>
|
||||||
<p class="part-list-title"><a href="https://vm-operator.jdrupes.org/javadoc/index.html">Javadoc</a></p>
|
<p class="part-list-title"><a href="https://vm-operator.jdrupes.org/javadoc/index.html">Javadoc</a></p>
|
||||||
|
|
||||||
|
|
|
||||||
16
webpages/hints.md
Normal file
16
webpages/hints.md
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
title: "VM-Operator: Hints — Miscellaneous hints for using VM-Operator"
|
||||||
|
layout: vm-operator
|
||||||
|
---
|
||||||
|
|
||||||
|
# Hints
|
||||||
|
|
||||||
|
## Disable suspend and hibernate
|
||||||
|
|
||||||
|
Suspend and hibernate are poorly supported in VMs and usually do not
|
||||||
|
work as expected. To disable these on systemd based systems, use the
|
||||||
|
following command:
|
||||||
|
|
||||||
|
```console
|
||||||
|
# systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue