mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge remote-tracking branch 'origin/4.14'
This commit is contained in:
commit
4e80930254
@ -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…
x
Reference in New Issue
Block a user