1e3979c897
This extends the query for bug 1687044 to capture another case where we seem to hit it. Also switch to using tags rather than wildcarded filename path. Change-Id: I71d741bb0d7cd4909c286f4980bef2a4dfed57d9 Related-Bug: 1687044
11 lines
287 B
YAML
11 lines
287 B
YAML
query: >-
|
|
(
|
|
(message:"VolumeNotDeactivated: Volume" AND
|
|
message:"was not deactivated in time." AND
|
|
message:"Extend volume failed.")
|
|
OR
|
|
(message:"Error extending Volume" AND
|
|
message:"Unexpected error while running command.")
|
|
) AND
|
|
tags:"screen-c-vol.txt"
|