[Gluster-users] is it possible to use ib-verbs and tcp	transport-types on the same volume?
    Sabuj Pattanayek 
    sabujp at gmail.com
       
    Mon Aug 10 21:21:45 UTC 2009
    
    
  
> You want to break it out into two server volumes:
>
> # Server settings
> volume tcp-server
>  type protocol/server
>  option transport-type tcp/server
>  subvolumes brick
>  option auth.addr.brick.allow *
> end-volume
>
> volume ib-server
>  type protocol/server
>  option transport-type ib-verbs/server
>  subvolumes brick
>  option auth.addr.brick.allow *
> end-volume
ahh, I literally had "volume server" in two blocks so it barfed.
Forgot that the string after volume needs to be unique for each block.
    
    
More information about the Gluster-users
mailing list