Jump to content

ZFS: Difference between revisions

m
→‎Unlock encrypted zfs via ssh on boot: fix syntax (was closing bracket instead of quotes)
imported>Zyansheep
(Make a note about how users should read up on ashift and other options when creating the zpool to not loose out on performance)
imported>Domtoro
m (→‎Unlock encrypted zfs via ssh on boot: fix syntax (was closing bracket instead of quotes))
Line 271: Line 271:
     # Add the load-key command to the .profile
     # Add the load-key command to the .profile
     echo "zfs load-key -a; killall zfs" >> /root/.profile
     echo "zfs load-key -a; killall zfs" >> /root/.profile
     };
     '';
   };
   };
};
};
Anonymous user