X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=zfs-replicate-all;fp=zfs-replicate-all;h=8d43bd92430e3c1f5c0a124a50c08185c9803fa5;hb=0b4e25e42e934ccd5258a5659ed15c394b7f0a62;hp=160bc7c314242c06e8c71f66ecf7f7075a7c9ee2;hpb=617f8787bf69842735128cccf91095b82d549ac4;p=zfs-ubuntu%2F.git diff --git a/zfs-replicate-all b/zfs-replicate-all index 160bc7c..8d43bd9 100755 --- a/zfs-replicate-all +++ b/zfs-replicate-all @@ -91,10 +91,10 @@ if [ $? != 0 ]; then if [[ $import_export_backup_pool == 1 ]]; then zpool import $backup_pool if [ $? != 0 ]; then - fatal_and_exit "-E- unable to import the backup pool $backup_pool" "$mailto" + fatal_and_exit "-E- unable to import the backup pool $backup_pool on $hostname" "$mailto" fi else - fatal_and_exit "-E- The local backup pool, '$backup_pool' doesn't seem to exist." "$mailto" + fatal_and_exit "-E- The local backup pool on $hostname, '$backup_pool' doesn't seem to exist." "$mailto" fi fi @@ -102,7 +102,7 @@ fi backup_pool_guid=`zpool get guid $backup_pool 2>&1 | grep $backup_pool | awk '{ print $3 }'` zpool get guid $backup_pool > /dev/null 2>&1 if [ $? != 0 ]; then - fatal_and_exit "-E- Unable to extract the guid for the local backup pool: $backup_pool" "$mailto" + fatal_and_exit "-E- Unable to extract the guid for the local backup pool on $hostname: $backup_pool" "$mailto" fi # Setup our backup marker names @@ -132,7 +132,7 @@ done if [[ $import_export_backup_pool == 1 ]]; then zpool export $backup_pool if [ $? != 0 ]; then - fatal_and_exit "-E- unable to export the local backup pool $backup_pool" "$mailto" + fatal_and_exit "-E- unable to export the local backup pool $backup_pool on $hostname" "$mailto" fi fi