User Tools

Site Tools


extend_immich_used_memory

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
extend_immich_used_memory [2025/02/08 10:10] tomgleextend_immich_used_memory [2025/02/08 10:28] (current) tomgle
Line 8: Line 8:
  
 Find out if there is enough space in the LVM/VG:\\ Find out if there is enough space in the LVM/VG:\\
- +<code> 
-vgs\\ +vgs 
 +</code>
 if there is free space, enlarge the volume:\\ if there is free space, enlarge the volume:\\
  
 <code> <code>
-lvresize -L +<space in GB to increase>G /dev/mapper/ubuntu--vg-ubuntu--lv\\+lvresize -L +<space in GB to increase>G /dev/mapper/ubuntu--vg-ubuntu--lv
 </code> </code>
-there should be a message now that the volume is resized. You can look at the volume using\\+There should be a message that the volume is resized. You can look at the volume using\\ 
 +<code> 
 +lvs 
 +</code> 
 +You should see the new size.\\
  
-lvs\\ +Last step, increase the size of the filesystem:\\ 
- +<code> 
-there you should see the new size.\\ +resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv 
- +</code> 
-At last step, increase the size of the filesystem:\\ +If everything went as expected, you should see the new size in immich. \\
- +
-resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv\\+
  
-If everything went as exspected, you should see the new size in immich\\+The original post for these instructions is: [[Extend immich LVM]] (from reddit)\\
extend_immich_used_memory.1739027425.txt.gz · Last modified: 2025/02/08 10:10 by tomgle