aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-01-16 10:34:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-01-16 10:34:35 -0300
commit8f71324d7e844e1b0bff88d520b4eb3b54774044 (patch)
tree4e68ff21e930e993a80df1f28dd0ad9b8eb584d2
parentb1f4066ba2640f882bf880862438e356dfe458ea (diff)
downloadkvmx-8f71324d7e844e1b0bff88d520b4eb3b54774044.tar.gz
kvmx-8f71324d7e844e1b0bff88d520b4eb3b54774044.tar.bz2
Feat: TODO: cryptdisks actionHEADmaster
-rw-r--r--TODO.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 01ea34f..bd40f5a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -11,6 +11,11 @@
## Usability
+* [ ] Add a `cryptdisks` action to handle unlocking of encrypted volumes used
+ by a guest VM. The specific unlocking procedure should be configurable,
+ and the action must test whether the volume is available and not already
+ unlocked.
+
* [ ] Hard pause VM (--hard): besides pausing the process, also try to pause it
in the QEMU monitor.