<div dir='auto'>Hi All,<div dir="auto"><br></div><div dir="auto">This is just a heads up that I have now resized the /var volume on Motsugo from ~19GB to 24GB, due to issues with it filling up, as mentioned on IRC/Discord by Nick.</div><div dir="auto"><br></div><div dir="auto">Below are the commands I ran and the corresponding output to do this. This can all be done online without taking anything down, however it's still probably worth checking with `vgdisplay` to see the maximum amount of space remaining that you can allocate (I imagine LVM won't let you resize it beyond what's available, but I haven't tested this, however). `lvdisplay` will tell you the logical volumes that are set up and their paths under /dev, and you can see where they are mounted with standard commands like `mount` and `df`.</div><div dir="auto"><br></div><div dir="auto">Cheers,</div><div dir="auto">Dylan Hicks [333]</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"># Resizes the logical volume that /var resides on to 24GB. This volume is part of the system volume group, hence the system/var syntax</div><div dir="auto"><br></div><div dir="auto"><div dir="auto">dylanh333@motsugo:~$ sudo lvresize -L 24GB system/var</div><div dir="auto"><br></div><div dir="auto">&nbsp; Size of logical volume system/var changed from 18.62 GiB (4768 extents) to 24.00 GiB (6144 extents).</div><div dir="auto">&nbsp; Logical volume system/var successfully resized.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"># Does an online resize of the ext4 filesystem for /var, by default resizing it to the maximum available size (ie. the new size of the logical volume it resides on)</div><div dir="auto"><br></div><div dir="auto">dylanh333@motsugo:~$ sudo resize2fs /dev/mapper/system-var</div><div dir="auto"><br></div><div dir="auto">resize2fs 1.43.4 (31-Jan-2017)</div><div dir="auto">Filesystem at /dev/mapper/system-var is mounted on /var; on-line resizing required</div><div dir="auto">old_desc_blocks = 2, new_desc_blocks = 2</div><div dir="auto">The filesystem on /dev/mapper/system-var is now 6291456 (4k) blocks long.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"># Czechs how much free space /var now has</div><div dir="auto"><br></div><div dir="auto">dylanh333@motsugo:~$ df -h | grep /var</div><div dir="auto">/dev/mapper/system-var&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;24G&nbsp; &nbsp;15G&nbsp; 8.2G&nbsp; 64% /var</div></div></div>