AoE devices and vinum, 4.x

From: Sam (sah_at_softcardsystems.com)
Date: 09/20/04

  • Next message: John Baldwin: "Re: scheduler (sched_4bsd) questions"
    Date: Mon, 20 Sep 2004 13:57:54 -0500 (EST)
    To: freebsd-arch@freebsd.org
    
    

    Hello -

    I've started using AoE devices with Vinum, but
    have hit a wall or two.

    Vinum starts in /etc/rc before the network is
    brought up. This basically means vinum can't be
    configured with the usual mechanism to use AoE
    devices.

    Any opinions on the best methods (set of env. variables)
    for kicking vinum after AoE is brought up? I'm
    thinking something like:

    aoe_iflist="fxp0"
    aoe_vinum_drives="/dev/aoed0 /dev/aoed1 /dev/aoed2 /dev/aoed3"

    After the network is brought up I'd:

    sysctl net.aoe.iflist="$aoe_iflist"
    vinum read "$aoe_vinum_drives"

    Cheers,

    Sam

    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"


  • Next message: John Baldwin: "Re: scheduler (sched_4bsd) questions"

    Relevant Pages