Skip to content
Failed

Console Output

Started by upstream project "Power_Fluctuation_Check" build number 101
originally caused by:
 Started by user tbouvet
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/Check_Lustre_Availability/workspace
[SSH] script:

Check_Lustre_Availability=$(lfs check servers | grep -v ": active")
if [[ ! -z "$Check_Lustre_Availability" ]]; then
 echo "Here are the down Lustre nodes: $Check_Lustre_Availability"
 exit 1
fi

[SSH] executing...
Here are the down Lustre nodes: snx11003-OST0030-osc-ffff883fbeec1400: check error: Resource temporarily unavailable

[SSH] completed
[SSH] exit-status: 1

Build step 'Execute shell script on remote host using ssh' marked build as failure
Finished: FAILURE