--- /dev/null
+overrides:
+ ceph:
+ log-ignorelist:
+ - FS_DEGRADED
+ - fs.*is degraded
+ - filesystem is degraded
+ - FS_INLINE_DATA_DEPRECATED
+ - FS_WITH_FAILED_MDS
+ - MDS_ALL_DOWN
+ - filesystem is offline
+ - is offline because no MDS
+ - MDS_DAMAGE
+ - MDS_DEGRADED
+ - MDS_FAILED
+ - MDS_INSUFFICIENT_STANDBY
+ - insufficient standby MDS daemons available
+ - MDS_UP_LESS_THAN_MAX
+ - online, but wants
+ - filesystem is online with fewer MDS than max_mds
+ - POOL_APP_NOT_ENABLED
+ - do not have an application enabled
+ - overall HEALTH_
+ - Replacing daemon
+ - deprecated feature inline_data
+ - BLUESTORE_SLOW_OP_ALERT
+ - slow operation indications in BlueStore
+ - experiencing slow operations in BlueStore
+ - MGR_MODULE_ERROR
+ - OSD_NEARFULL
# create a bunch of files in a directory to snap
self.mount_a.run_shell(["mkdir", "d0"])
- for i in range(8):
+ for i in range(100):
filename = f'file.{i}'
self.mount_a.write_n_mb(os.path.join('d0', filename), 1024)