mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	zed.d/zed-functions.sh: fix zed_guid_to_pool() on dash
Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #11935 Closes #11954
This commit is contained in:
		
							parent
							
								
									f87f41009f
								
							
						
					
					
						commit
						08d2e39719
					
				| @ -511,10 +511,8 @@ zed_guid_to_pool() | |||||||
| 		return | 		return | ||||||
| 	fi | 	fi | ||||||
| 
 | 
 | ||||||
| 	guid=$(printf "%llu" "$1") | 	guid="$(printf "%u" "$1")" | ||||||
| 	if [ -n "$guid" ] ; then | 	$ZPOOL get -H -ovalue,name guid | awk '$1 == '"$guid"' {print $2; exit}' | ||||||
| 		$ZPOOL get -H -ovalue,name guid | awk '$1=='"$guid"' {print $2}' |  | ||||||
| 	fi |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| # zed_exit_if_ignoring_this_event | # zed_exit_if_ignoring_this_event | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 наб
						наб