gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] Using RAM-disks as bricks


From: Ian Latter
Subject: Re: [Gluster-devel] Using RAM-disks as bricks
Date: Tue, 14 May 2013 21:12:40 +1000

Hello,


  The limitation on extended attributes is the file system. So you should be 
fine if you use the right file system;

    mke2fs -t ext4 /dev/ram1 65536
    mkdir /home/ramdisk
    mount /dev/ram1 /home/ramdisk

  My current distro runs a root file-system of EXT3 in a ramdisk, but I don't 
share gluster from that FS.  Should be good.



----- Original Message -----
>From: "Isak =?utf-8?Q?Nuhi=C4=87?=" <address@hidden>
>To: "Gluster Devel" <address@hidden>
>Subject:  [Gluster-devel] Using RAM-disks as bricks
>Date: Tue, 14 May 2013 13:00:27 +0200
>
> Hi,
> 
> is it possible to use ram-disks as bricks for building volumes in GlusterFS? 
> I found an answer that it is not possible because ram-disk doesn't support 
> extended attributes. Is there any way around it? I am trying to make a 
> distributed volume with two ram-disk partitions as bricks but it doesn't work.
> 
> Thank you all in advance.
> 
> Isak 
> 
> _______________________________________________
> Gluster-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/gluster-devel
> 


--
Ian Latter
Late night coder ..
http://midnightcode.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]