Grischa Zengel

Results 54 comments of Grischa Zengel

Who will build the Fedora ISO? I hope they will read here, too. I mount the ISO files without copying them on hard disk, because I don't have access while...

Now I have one more reason for an OS based file structure. I update drivers with pnpunattend and it will copy every (!) driver it will find to local driver...

Even linstor-satellite.service gets ready and Proxmox starts, the devices are not populated. Is there a command which will return true if all devices are ready? But the better approach is...

First I used `After=zfs-import.target`. Then `After=zfs.target`. But nothing worked. The problem is that I have more than 1800 snapshots and `zfs list` need more than 2 min at boot time....

@rck Have seen my last comment?

> So it would come up, but too late. Yes it comes up for sure. Perhaps here is some help needed from Proxmox (@Fabian-Gruenbichler) to extend there API?

For Proxmox I prefer the API solution. But for general what's about a little health check tool? 1. It can check/wait for controller connections 2. Wait for populating devices 3....

Meanwhile I use: ``` # systemctl cat zfs-warm-cache.service [Unit] Description=ZFS warm cache DefaultDependencies=no After=zfs-import.target Before=linstor-satellite.service Before=pve-guests.service [Service] Type=oneshot RemainAfterExit=yes ExecStart=/sbin/zfs list -t all StandardOutput=null [Install] WantedBy=zfs.target ```

> Meanwhile I use: > > ``` > # systemctl cat zfs-warm-cache.service > [Unit] > Description=ZFS warm cache > DefaultDependencies=no > After=zfs-import.target > Before=linstor-satellite.service > Before=pve-guests.service > > [Service] >...

@kvaps What do you expect with encryption? I use encryption to send disks to repair or throw away broken disks or protect data on stolen hardware. For this the root...