projects
/
stejau-blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed96eb
)
(no commit message)
author
stephan48
<stephan48@web>
Sat, 25 Mar 2023 15:13:42 +0000
(16:13 +0100)
committer
IkiWiki
<ikiwiki.info>
Sat, 25 Mar 2023 15:13:42 +0000
(16:13 +0100)
posts/2023-03-25-resize-partition-backed-encrypted-mdadm-lvm-pv.mdwn
patch
|
blob
|
history
diff --git
a/posts/2023-03-25-resize-partition-backed-encrypted-mdadm-lvm-pv.mdwn
b/posts/2023-03-25-resize-partition-backed-encrypted-mdadm-lvm-pv.mdwn
index 2d6bdb1468391b0dde28216243a96b738884c824..f8dfe1bf3dcf0e9d418b31b025d380b3ff5a7e35 100644
(file)
--- a/
posts/2023-03-25-resize-partition-backed-encrypted-mdadm-lvm-pv.mdwn
+++ b/
posts/2023-03-25-resize-partition-backed-encrypted-mdadm-lvm-pv.mdwn
@@
-67,16
+67,21
@@
Number Start End Size Type File system Flags
(parted)
```
+
- Resize the Partitions (do this on all raid disks)
```
$ parted /dev/nvme1n1
GNU Parted 3.4
(parted) resizepart 2 1000G
-- Reisze the RAID
+```
+
+- Resize the RAID
+
```
$ mdadm --grow --size=max /dev/md127
```
+
- Resize cryptsetup volume
```