| .. | |||||
| cleanup-fcoe.sh | |||||
| fcoe-edd.sh | |||||
| fcoe-genrules.sh | |||||
| fcoe-up.sh | |||||
| lldpad.sh | |||||
| module-setup.sh | |||||
| parse-fcoe.sh |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.108 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/dracut/modules.d/95fcoe/ |
Upload File : |
#!/bin/bash
# Note lldpad will stay running after switchroot, the system initscripts
# are to kill it and start a new lldpad to take over. Data is transfered
# between the 2 using a shm segment
lldpad -d
# wait for lldpad to be ready
i=0
while [ $i -lt 60 ]; do
lldptool -p && break
info "Waiting for lldpad to be ready"
sleep 1
i=$(($i+1))
done
| .. | |||||
| cleanup-fcoe.sh | |||||
| fcoe-edd.sh | |||||
| fcoe-genrules.sh | |||||
| fcoe-up.sh | |||||
| lldpad.sh | |||||
| module-setup.sh | |||||
| parse-fcoe.sh |