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:
3d2a5ea
)
(no commit message)
author
stephan48
<stephan48@web>
Sat, 25 Mar 2023 15:16:00 +0000
(16:16 +0100)
committer
IkiWiki
<ikiwiki.info>
Sat, 25 Mar 2023 15:16:00 +0000
(16:16 +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 650def8a8fee150d67f9bac8b4f32dedd440bf0f..ea99207ba312487397fbf47317e4de75951b6ff7 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
@@
-41,18
+41,13
@@
This will nicely show *all* the relevant informations, like the VG, the raid, th
To resize this we need to do the following steps in order:
- Check initial status:
+
```
# pvs
PV VG Fmt Attr PSize PFree
/dev/mapper/frey-fast-crypt frey-fast-vg lvm2 a-- 743.98g 65.98g
```
-```
-$ cat /proc/mdadm
-md1 : active raid1 ***sda2***[1] ***sdb2***[0]
- 3669883904 blocks super 1.2 [2/2] [UU]
- bitmap: 12/28 pages [48KB], 65536KB chunk
-```
- Check if we have capacity to resize the underlying partitions(the infos marked with *** are the relevant ones) (do this on all raid disks)
```