Changes

From SME Server
Jump to navigationJump to search
Line 50: Line 50:  
## mdadm --grow /dev/md2 --size=max
 
## mdadm --grow /dev/md2 --size=max
 
## pvresize /dev/md2
 
## pvresize /dev/md2
## lvresize -l $(vgdisplay -c main | cut -d: -f16) main/root
+
## lvresize -l +$(vgdisplay -c main | cut -d: -f16) main/root
 
## ext2online -C0 /dev/main/root
 
## ext2online -C0 /dev/main/root
    
Note: that iii) is -l (lower case L), and iv) is -C0 (zero).  All of this can be done while the server is up and running with the exception of #1.
 
Note: that iii) is -l (lower case L), and iv) is -C0 (zero).  All of this can be done while the server is up and running with the exception of #1.
14

edits

Navigation menu