mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 13:35:41 +00:00
Merge remote-tracking branch 'origin/4.13' into 4.14
This commit is contained in:
commit
debde60c94
@ -99,7 +99,7 @@ fi
|
||||
|
||||
# Second check: disk activity check
|
||||
cd $MountPoint
|
||||
latestUpdateTime=$(stat -c %Y $(echo $UUIDList | sed 's/,/ /g') | sort -nr | head -1)
|
||||
latestUpdateTime=$(stat -c %Y $(echo $UUIDList | sed 's/,/ /g') 2> /dev/null | sort -nr | head -1)
|
||||
|
||||
if [ ! -f $acFile ]; then
|
||||
echo "$SuspectTime:$latestUpdateTime:$MSTime" > $acFile
|
||||
|
||||
Loading…
Reference in New Issue
Block a user