summaryrefslogtreecommitdiff
path: root/vmdb/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-01 10:36:58 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-01 21:59:41 +0200
commit55b4931b80b5b740f595efd82dc6bf0e9aceda5b (patch)
tree60e10932ae4bed1dad60e45fbcfd71db1648f288 /vmdb/__init__.py
parentd9956b88d68d881113bed48987e0f143f508be7a (diff)
downloadvmdb2-55b4931b80b5b740f595efd82dc6bf0e9aceda5b.tar.gz
feat: cryptsetup step
This adds a step to use cryptsetup to encrypt a block device with LUKS, using the cryptsetup tool. A crypttab is written by the fstab step. Sponsored-by: author
Diffstat (limited to 'vmdb/__init__.py')
-rw-r--r--vmdb/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/vmdb/__init__.py b/vmdb/__init__.py
index 2bc32f2..c308950 100644
--- a/vmdb/__init__.py
+++ b/vmdb/__init__.py
@@ -42,6 +42,9 @@ from .tags import (
TagInUse,
AlreadyHasDev,
AlreadyHasFsType,
+ AlreadyHasFsUuid,
+ AlreadyHasLuksUuid,
+ AlreadyHasDeviceMapper,
AlreadyHasTargetMountPoint,
AlreadyMounted,
NeedBothMountPoints,