From 835ee39ad48a9bea07959e6a896fc998718438ce Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: 2022年10月20日 13:47:31 +0900 Subject: [PATCH] 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 --- copy_logs.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/copy_logs.sh b/copy_logs.sh index 5f480a29a..0fc67e2a3 100755 --- a/copy_logs.sh +++ b/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

AltStyle によって変換されたページ (->オリジナル) /