Frage zur ctl.conf

minimike

Berufsrevolutionär
Hi

Ich möchte von einem HP N54L 8000 GB in drei bis 4 Volumes an VM's verfüttern. OS ist FreeBSD 10 mit zfs raidz root.

Code:
portal-group pg0 {
        discovery-auth-group no-authentication
        listen 0.0.0.0
        listen [::]
}

target iqn.ope-phy-iscsi0.bb-devops.local:target0 {
        auth-group no-authentication
        portal-group pg0

        lun 0 {
                path /dev/zvol/brainpool/iscsivol0
                size 6000G
        }
}

target iqn.ope-phy-iscsi0.bb-devops.local:target1 {
        auth-group no-authentication
        portal-group pg0

        lun 1 {
                path /dev/zvol/brainpool/iscsivol1
                size 1000G
        }
}

Diese Konfiguration funktioniert nicht weil das zweite Volume als lun 1 definiert wurde. Mit Lun 0 würde es ja gehen. Ich würde halt nur gerne wissen was an lun 1 falsch ist.

lg Darko
 
Ist das neue native von FreeBSD. ALs Gegenstelle habe ich Ubuntu 14.14. Mittels hdparm komme ich auf 96 MB/sec. Ich habe aber noch eine Nic eingebaut und verwende die beiden Ports als lagg interface.
 
Zurück
Oben