Capture storage setup
This change adds a few items to review storage setups in integration and litmus jobs. - device mounts (for swift) - loopback devices (for cinder, manila and swift) - lvm (for cinder and manila) Change-Id: I65525f13b31b5041e3b0b7b4b818ec6c5cfc7e6b
This commit is contained in:
1 changed files with 10 additions and 0 deletions
10
copy_logs.sh
10
copy_logs.sh
@@ -316,6 +316,16 @@ for table in raw filter nat mangle ; do
echo ""
done > $LOG_DIR/iptables.txt
sudo cp /etc/fstab $LOG_DIR/etc/
sudo mount > $LOG_DIR/mount.txt
sudo losetup -al > $LOG_DIR/losetup_-al.txt
echo "== pvs ==" >> $LOG_DIR/lvm.txt
sudo pvs >> $LOG_DIR/lvm.txt
echo "== vgs ==" >> $LOG_DIR/lvm.txt
sudo vgs >> $LOG_DIR/lvm.txt
echo "== lvs ==" >> $LOG_DIR/lvm.txt
sudo lvs >> $LOG_DIR/lvm.txt
mkdir -p $LOG_DIR/openstack_resources
export OS_CLOUD=project
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.