mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	zed: Reduce log noise for large JBODs
For large JBODs the log message "zfs_iter_vdev: no match" can account for the bulk of the log messages (over 70%). Since this message is purely informational and not that useful we remove it. Reviewed-by: Olaf Faaland <faaland1@llnl.gov> Reviewed-by: Brian Atkinson <batkinson@lanl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #15086 Closes #15094
This commit is contained in:
		
							parent
							
								
									846a4cc089
								
							
						
					
					
						commit
						1abf68b7ae
					
				| @ -597,8 +597,6 @@ zfs_iter_vdev(zpool_handle_t *zhp, nvlist_t *nvl, void *data) | ||||
| 		 */ | ||||
| 		if (nvlist_lookup_string(nvl, dp->dd_prop, &path) != 0 || | ||||
| 		    strcmp(dp->dd_compare, path) != 0) { | ||||
| 			zed_log_msg(LOG_INFO, "  %s: no match (%s != vdev %s)", | ||||
| 			    __func__, dp->dd_compare, path); | ||||
| 			return; | ||||
| 		} | ||||
| 		if (dp->dd_new_vdev_guid != 0 && dp->dd_new_vdev_guid != guid) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Brian Behlendorf
						Brian Behlendorf