diff options
author | Patrick Donnelly <pdonnell@redhat.com> | 2017-08-04 22:00:47 +0200 |
---|---|---|
committer | Patrick Donnelly <pdonnell@redhat.com> | 2017-08-04 22:01:33 +0200 |
commit | 8d4f3e30450edc35326ffd3e1fb18e6ffc344786 (patch) | |
tree | f1e5e8aa3b5fdc782a7f8ae04b7e6aa30844e153 /qa/cephfs | |
parent | doc: remove duplicate CephFS health check doc (diff) | |
download | ceph-8d4f3e30450edc35326ffd3e1fb18e6ffc344786.tar.xz ceph-8d4f3e30450edc35326ffd3e1fb18e6ffc344786.zip |
mds: MDS_DAMAGED to MDS_DAMAGE
We had both and MDS_DAMAGE looks to be the right/intended one.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Diffstat (limited to 'qa/cephfs')
-rw-r--r-- | qa/cephfs/overrides/whitelist_health.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/cephfs/overrides/whitelist_health.yaml b/qa/cephfs/overrides/whitelist_health.yaml index 467db9a9b5f..ddd8eab6948 100644 --- a/qa/cephfs/overrides/whitelist_health.yaml +++ b/qa/cephfs/overrides/whitelist_health.yaml @@ -6,4 +6,4 @@ overrides: - \(MDS_FAILED\) - \(MDS_DEGRADED\) - \(FS_WITH_FAILED_MDS\) - - \(MDS_DAMAGED\) + - \(MDS_DAMAGE\) |