summaryrefslogtreecommitdiff
path: root/hosts/iroha/scripts/prepare-mounts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-02-28 14:49:37 -0500
committerAndrew Opalach <andrew@akon.city> 2026-02-28 14:49:37 -0500
commitef40a5119a77280863c21ba67397818514714ccc (patch)
tree8fbfa43e86f2594875bb7e415fee2ac0ecf35cda /hosts/iroha/scripts/prepare-mounts
parent61c027738785e0585202b7b3a828e05344510f66 (diff)
downloaddotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.gz
dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.bz2
dotfiles-ef40a5119a77280863c21ba67397818514714ccc.zip
Random stuff since last check in
Diffstat (limited to 'hosts/iroha/scripts/prepare-mounts')
-rwxr-xr-xhosts/iroha/scripts/prepare-mounts3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/iroha/scripts/prepare-mounts b/hosts/iroha/scripts/prepare-mounts
index f8cc6af..41aaed6 100755
--- a/hosts/iroha/scripts/prepare-mounts
+++ b/hosts/iroha/scripts/prepare-mounts
@@ -1,6 +1,7 @@
#! /usr/bin/env sh
doas kpartx -a /dev/iroha-vg1/iroha-store0-raid1
-doas lvscan
+# kpartx sometimes is finicky on boot.
+#doas kpartx -d /dev/iroha-vg1/iroha-store0-raid1
doas cryptsetup open /dev/mapper/iroha--vg1-iroha--store0--raid1p1 store
doas mount /dev/mapper/store /mnt/store
doas mount /dev/iroha-vg1/iroha-store1-raid1 /mnt/data