Comment 32 for bug 1999816

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Jorge, could you please double-check the focal test? I couldn't get it to pass here with the updated package, and I tried twice in a different focal container:

ubuntu@f:~$ sudo apt install rabbitmq-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  rabbitmq-server
1 upgraded, 0 newly installed, 0 to remove and 52 not upgraded.
Need to get 11.5 MB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://br.archive.ubuntu.com/ubuntu focal-proposed/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.4 [11.5 MB]
Fetched 11.5 MB in 1s (11.8 MB/s)
(Reading database ... 39116 files and directories currently installed.)
Preparing to unpack .../rabbitmq-server_3.8.2-0ubuntu1.4_all.deb ...
Unpacking rabbitmq-server (3.8.2-0ubuntu1.4) over (3.8.2-0ubuntu1.3) ...
Setting up rabbitmq-server (3.8.2-0ubuntu1.4) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for systemd (245.4-4ubuntu3.19) ...

ubuntu@f:~$ sudo rabbitmqctl status | grep -i disk
Free Disk Space
Low free disk space watermark: 0.05 gb
Free disk space: 143.2679 gb

ubuntu@f:~$ DF=$(which df)
ubuntu@f:~$ SH=/tmp/df.sh
ubuntu@f:~$
ubuntu@f:~$ cat <<EOF >$SH
> #!/bin/sh
> sleep 5m
> EOF
ubuntu@f:~$
ubuntu@f:~$ sudo chmod +x $SH
ubuntu@f:~$ sudo mount --bind $SH $DF

ubuntu@f:~$ sudo rabbitmqctl status
Status of node rabbit@f ...
Error:
{{:unparseable, []}, {:gen_server, :call, [:rabbit_disk_monitor, :get_disk_free_limit, :infinity]}}
ubuntu@f:~$

Jammy and kinetic passed fine. Focal is the one with the different patch...