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

    • Re: splxxx level?
      ... > disks in a vinum set could cause the network ... > interrupt context of the local disk controller. ...
      (freebsd-arch)
    • A big File Server
      ... I’m the administrator of a student network of 350 people in the student campus of Xanthi Greece. ... We are NOT funded by the university or anybody else so we pay for everything in our network. ... With Vinum can I mount volumes that are already full of data written in FFS or EXT3 without formatting them first? ... Can I recover the contents of a single disk using a windows or a Linux box? ...
      (freebsd-questions)