On Mon, Mar 11, 2019 at 09:59:05AM +0100, Vincent Lefevre wrote:
> Package: e2fsprogs
> Version: 1.45.0-1
> Severity: normal
>
> I got the following mail:
>
> ------------------------------------------------------------------------
> Date: Sun, 10 Mar 2019 03:10:04 +0100 (CET)
> From: [email protected]
> To: [email protected]
> Subject: e2scrub failure on /
>
> So sorry, the automatic e2scrub of / on zira.vinc17.org failed.
>
> A log of what happened follows:
> ??? [email protected] - Online ext4 Metadata Check for /
> Loaded: loaded (/lib/systemd/system/[email protected]; static; vendor
> preset: enabled)
> Active: failed (Result: exit-code) since Sun 2019-03-10 03:10:04 CET; 28ms
> ago
> Docs: man:e2scrub(8)
> Process: 5133 ExecStart=/sbin/e2scrub -t / (code=exited, status=1/FAILURE)
> Main PID: 5133 (code=exited, status=1/FAILURE)
>
> Mar 10 03:10:01 zira systemd[1]: Starting Online ext4 Metadata Check for /...
> Mar 10 03:10:01 zira e2scrub@-[5133]: Volume group "zira-vg" has
> insufficient free space (0 extents): 64 required.
Hmm, that message is coming from the lvcreate command. I'm not sure
why it is failing. Can you try running:
sudo bash -vx /sbin/e2scrub /
as well as sending me the output of "sudo lvs"
Many thanks!!
- Ted