Skip to content

Commit 85c1ff9

Browse files
committed
Document killing of paused qubes on shutdown
supplements: QubesOS/qubes-issues#8580 main patch: QubesOS/qubes-core-admin#616
1 parent d9db37f commit 85c1ff9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/manpages/qvm-pause.rst

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Options
3131

3232
Exclude the qube from :option:`--all`.
3333

34+
Notes
35+
-----
36+
37+
Paused qubes will be killed on system shutdown.
38+
3439
Authors
3540
-------
3641

qubesadmin/tools/qvm_pause.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626

2727
parser = qubesadmin.tools.QubesArgumentParser(vmname_nargs='+',
28-
description='pause a domain')
28+
description='pause a qube',
29+
epilog='Paused qubes will be killed on system shutdown.')
2930

3031

3132
def main(args=None, app=None):

0 commit comments

Comments
 (0)