mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	[zfs-2.2.3] ZTS: Use correct bclone module param name on FreeBSD
The bclone module names are not prefixed with 'zfs' on FreeBSD. This was causing test failues. Signed-off-by: Tony Hutter <hutter2@llnl.gov>
This commit is contained in:
		
							parent
							
								
									a4978d2605
								
							
						
					
					
						commit
						d92fbe2150
					
				| @ -90,8 +90,8 @@ VOL_INHIBIT_DEV			UNSUPPORTED			zvol_inhibit_dev | ||||
| VOL_MODE			vol.mode			zvol_volmode | ||||
| VOL_RECURSIVE			vol.recursive			UNSUPPORTED | ||||
| VOL_USE_BLK_MQ			UNSUPPORTED			zvol_use_blk_mq | ||||
| BCLONE_ENABLED			zfs_bclone_enabled		zfs_bclone_enabled | ||||
| BCLONE_WAIT_DIRTY		zfs_bclone_wait_dirty		zfs_bclone_wait_dirty | ||||
| BCLONE_ENABLED			bclone_enabled			zfs_bclone_enabled | ||||
| BCLONE_WAIT_DIRTY		bclone_wait_dirty		zfs_bclone_wait_dirty | ||||
| XATTR_COMPAT			xattr_compat			zfs_xattr_compat | ||||
| ZEVENT_LEN_MAX			zevent.len_max			zfs_zevent_len_max | ||||
| ZEVENT_RETAIN_MAX		zevent.retain_max		zfs_zevent_retain_max | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Tony Hutter
						Tony Hutter