Gentoo Archives: gentoo-cluster

From: Donnie Berkholz <spyderous@g.o>
To: gentoo-cluster@l.g.o
Subject: Re: [gentoo-cluster] Gentoo clustering "à la" www.clustermatic.org (PXE booted nodes)
Date: Thu, 17 Nov 2005 15:32:46
Message-Id: 437CA269.7060005@gentoo.org
In Reply to: Re: [gentoo-cluster] Gentoo clustering "à la" www.clustermatic.org (PXE booted nodes) by Eric Thibodeau
1 Eric Thibodeau wrote:
2 > The way I see it, multiple Gentoo roots would be available (different
3 > machine profiles/optimisation) and they would be specified in the DHCP server's
4 > config file as simply as any PXE entry.... So I am not too sure I
5 > understand your "couple of ROOT=/foo" _and_ the busybox one...
6
7 I just had a single NFS root for all the nodes; didn't have time to get
8 more sophisticated. So the couple of ROOT was one NFS, one busybox.
9
10 > Didn't know/find such a document specific to Gentoo!....Google to the
11 > rescue, I skipped through http://www.gentoo.org/doc/en/diskless-howto.xml
12 > and I agree that the copying of the master's environment is definately not
13 > the approach I would take. But, from what I read, it should be fairly easy
14 > to modify the procedure simply to point to a root that is an independant
15 > Gentoo tree, into which we can chroot (...limited to compatible arches of
16 > course...) and manage the installed packages from there (portage tree
17 > could be loop-mounted to avoid duplicating it).
18
19 No reason to chroot, loop mount and all that garbage if you're just
20 doing package management. Just start by unpacking a stage there, and then:
21
22 ROOT=/path/to/diskless emerge -up world
23
24 Thanks,
25 Donnie
26 --
27 gentoo-cluster@g.o mailing list

Replies

Subject Author
Re: [gentoo-cluster] Gentoo clustering "à la" www.clustermatic.org (PXE booted nodes) Eric Thibodeau <kyron@××××××××.com>