Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Strategy for using SAN/NAS for storage with Gentoo...
Date: Mon, 15 Mar 2010 14:39:13
Message-Id: 87d3z53b2u.fsf@newsguy.com
In Reply to: [gentoo-user] Strategy for using SAN/NAS for storage with Gentoo... by Steve
1 Steve <gentoo_sjh@×××××××.uk> writes:
2
3 > I have recently started looking at server resilience and availability in
4 > the context of a hardware failure or hardware upgrade. I've come to the
5 > conclusion that it would be very desirable if terrabyte-scale data did
6 > not need to be restored from backup. This isn't a commercial server -
7 > so I'm interested in minimum cost approaches.
8 >
9 > With this in mind, I'm interested to discover what represents
10 > state-of-the-art from the perspective of the OS and its configuration.
11 > Issues I envisage are:
12 >
13 > * With NAS, it would be desirable to have a Linux filesystem rather than
14 > access files over CIFS - this raises further questions about protocol...
15 > is NFS as hopelessly outdated as it seems? Are there any products that
16 > offer NFS access? Are any of them secure?
17 > * With a SAN, questions of filesystem features are diminished - but
18 > questions of access protocol remain. What is best supported by gentoo?
19 > * Do any gentooists have any inexpensive hardware configurations that
20 > work especially well?
21 >
22 > Any hints or tips?
23
24 Someone here, a yr or two ago recommended to me when I asked that
25 question to install opensolaris on a machine and set it up as NAS.
26
27 Opensolaris offers the zfs file system, that is really advanced
28 compared to others.
29
30 I'll admit I've had some issues along the way. And have to do lots of
31 boning up on opensolaris.
32
33 I access the zfs server by cifs from windows machines, and by NFS from
34 linux.
35
36 Opensolaris doesn't use samba by default. Instead they have their own
37 CIFS server which works fine. They do have samba pkgs but no one
38 hardly use it, preferring their CIFS server.
39
40 Mine is only a home lan setup, but even then the opensolaris server
41 has over a terabyte of capacity.
42
43 I have it setup in 3 mirrors of 2 disks each.
44
45 2 prs of 500gb sata hdd and one pr of 750 sata hdd
46
47 There are many ways so setup `zraid' systems on `zfs' that are excellent for
48 reliability. ( I have been told.... I haven't tried that route).
49
50 For me the mirror setup seemed good for my small needs. Even more
51 reliable I'm told, if a bit higher in disk usage.
52
53 opensolaris zfs fs offers a `timeslider' interface to a system of
54 snapshotting the filesystems in 15 min, 1hr 1day etc snapshots in a
55 very small footprint way. You'd have to read up on it.. It would take
56 too much off topic to cover here. The system takes an amazing small
57 amount of disk space for the snapshots based on COW (Copy on write).
58
59 There was talk of opensolaris going by the wayside with the Oracle
60 takeover of Sun... but Oracle has since announced its intention of
61 puttin even more resources into `opensolaris' development than Sun was
62 doing.
63
64 These may be a good intro to zfs:
65 http://www.sun.com/bigadmin/features/articles/zfs_part1.scalable.jsp
66 http://all-unix.blogspot.com/2007/03/zfs-cow-and-relate-features.html
67 http://wikis.sun.com/display/OpenSolarisInfoPL/How+to+Manage+the+Automatic+ZFS+Snapshot+Service

Replies

Subject Author
Re: [gentoo-user] Re: Strategy for using SAN/NAS for storage with Gentoo... Kyle Bader <kyle.bader@×××××.com>
Re: [gentoo-user] Re: Strategy for using SAN/NAS for storage with Gentoo... Iain Buchanan <iaindb@××××××××××××.au>