mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	dracut: Fix race condition between load-key and import
zfs-load-key.sh is called by the dracut-pre-mount.service unit which has no explicit 'After' dependency on zfs-import.target. That way it can be that the pool has not yet been imported and the zfs-load-key.sh finishes without ever seeing the relevant pool. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Lorenz Hüdepohl <dev@stellardeath.org> Closes #11500
This commit is contained in:
		
							parent
							
								
									fb0d807477
								
							
						
					
					
						commit
						07ca7592ad
					
				| @ -59,4 +59,12 @@ echo "zfs-generator: writing extension for sysroot.mount to $GENERATOR_DIR"/sysr | |||||||
| [ -d "$GENERATOR_DIR"/initrd-root-fs.target.requires ] || mkdir -p "$GENERATOR_DIR"/initrd-root-fs.target.requires | [ -d "$GENERATOR_DIR"/initrd-root-fs.target.requires ] || mkdir -p "$GENERATOR_DIR"/initrd-root-fs.target.requires | ||||||
| ln -s ../sysroot.mount "$GENERATOR_DIR"/initrd-root-fs.target.requires/sysroot.mount | ln -s ../sysroot.mount "$GENERATOR_DIR"/initrd-root-fs.target.requires/sysroot.mount | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
|  | [ -d "$GENERATOR_DIR"/dracut-pre-mount.service.d ] || mkdir "$GENERATOR_DIR"/dracut-pre-mount.service.d | ||||||
|  | 
 | ||||||
|  | { | ||||||
|  |     echo "[Unit]" | ||||||
|  |     echo "After=zfs-import.target" | ||||||
|  | } > "$GENERATOR_DIR"/dracut-pre-mount.service.d/zfs-enhancement.conf | ||||||
|  | 
 | ||||||
| echo "zfs-generator: finished" >> /dev/kmsg | echo "zfs-generator: finished" >> /dev/kmsg | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Lorenz Hüdepohl
						Lorenz Hüdepohl