| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/zfs-linux/ |
Upload File : |
#!/bin/sh # # This is an optional helper script that is automatically called by libzfs # before a disk is about to be added into the pool. It can be modified by # the user to run whatever commands are necessary to prepare a disk for # inclusion into the pool. For example, users can add lines to this # script to do things like update the drive's firmware or check the drive's # health. The script is optional and can be removed if it is not needed. # # See the zfs_prepare_disk(8) man page for details. # # Example: # # echo "Prepare disk $VDEV_PATH ($VDEV_UPATH) for $VDEV_PREPARE in $POOL_NAME" # exit 0