Skip to content

Commit 61286a5

Browse files
committed
Add hint.
1 parent ce1a9af commit 61286a5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

webpages/_layouts/vm-operator.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
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

webpages/hints.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
```

0 commit comments

Comments
 (0)