Closed tandrez closed 4 months ago
@tandrez is this related to https://github.com/linux-system-roles/storage/issues/119 ?
@richm Reading the last comments, it seems to be related indeed. I will update my system to RHEL8.9 and report back. Thanks.
@richm Reading the last comments, it seems to be related indeed. I will update my system to RHEL8.9 and report back. Thanks.
@tandrez any luck?
Hello,
I'm trying to resize an existing ext4 filesystem on top of LVM. In the example below, I want to grow
/var/log
from 10G to 15G.Here are my variables:
The error when I execute the playbook:
I believe the problem is that it cannot unmount
/var/log
because/var/log/audit
is mounted under it. In fact, when I try to resize/var/log/audit
only, it succeeds.Also, I don't understand why it doesn't do an online resize.
I'm using RHEL System Roles on RHEL8.7.