mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-01-21 04:01:10 +00:00
CI: travis: fix dh -> du + add "lsblk -f" diagnostics
This commit is contained in:
parent
d03b718021
commit
f321df7498
@ -21,8 +21,10 @@ script: RPMBUILDOPTS_="--nodeps --define '_without_check 1'";
|
||||
after_failure:
|
||||
# keep an eye on issue #234 if it recidivates
|
||||
- for f in $(ls -1 /dev/shm/qb-test*); do ls -l "$f"; lsof -- "$f"; done
|
||||
- mount | grep shm
|
||||
- dh -h | grep shm
|
||||
#- ls -l /var/run/*
|
||||
- mount | grep -e /shm #-e /var
|
||||
- du -h | grep -e /shm #-e /var
|
||||
- lsblk -f
|
||||
|
||||
notifications:
|
||||
irc: "irc.freenode.net#clusterlabs-dev"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user