mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Fix for mountpoint=legacy
We need to clear mountpoint only after checking it. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu> Signed-off-by: ofthesun9 <olivier@ofthesun.net> Closes #14599 Closes #14604
This commit is contained in:
		
							parent
							
								
									4b3133e671
								
							
						
					
					
						commit
						a5c469c5f3
					
				| @ -341,11 +341,12 @@ mount_fs() | ||||
| 				# isn't the root fs. | ||||
| 				return 0 | ||||
| 			fi | ||||
| 			# Last hail-mary: Hope 'rootmnt' is set! | ||||
| 			mountpoint="" | ||||
| 			# Don't use mount.zfs -o zfsutils for legacy mountpoint | ||||
| 			if [ "$mountpoint" = "legacy" ]; then | ||||
| 				ZFS_CMD="mount.zfs" | ||||
| 			fi | ||||
| 			# Last hail-mary: Hope 'rootmnt' is set! | ||||
| 			mountpoint="" | ||||
| 		else | ||||
| 			mountpoint="$mountpoint1" | ||||
| 		fi | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 ofthesun9
						ofthesun9