diff --git a/copy_logs.sh b/copy_logs.sh index 26b4446c8..f0affea7b 100755 --- a/copy_logs.sh +++ b/copy_logs.sh @@ -151,6 +151,13 @@ if uses_debs; then fi fi +# bind +if [ -d /etc/named ]; then + sudo cp -r /etc/named $LOG_DIR/etc +elif [ -d /etc/bind ]; then + sudo cp -r /etc/bind $LOG_DIR/etc +fi + # tempest logs if [ -f /tmp/openstack/tempest/tempest.log ] ; then sudo cp /tmp/openstack/tempest/tempest.log $LOG_DIR/