gnu.cfengine.help
  Home FAQ Contact Sign in
gnu.cfengine.help only
 
Advanced search
February 2008
motuwethfrsasuw
    123 5
45678910 6
11121314151617 7
18192021222324 8
2526272829   9
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
gnu.cfengine.help Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  How to solve multiple dependencies between classes and variables         


Author: Joe Battin
Date: Feb 26, 2008 08:03

Hi,

What we would like to do:

1.) Set variables in control: section.
2.) Define classes in a group: section that depend upon the variables
set in the control: section
3.) Set variables depending upon the classes that were defined in step
2 that use variables defined in step 1.
no comments
  Segfault with miscmounts         


Author: riccardo.murri
Date: Feb 26, 2008 07:40

Hello,

I am trying to use cfengine's "miscmounts" section to control the
mount points in a batch cluster.

The actionsequence is set in cfagent.conf to:

actionsequence = (
editfiles

directories
files
copy
links

mountinfo # read what is actually mounted and what should
be
addmounts # add new mount points to /etc/fstab
mountall # mount what is *not* mounted, but should be

tidy
)

The cfagent.conf file imports cf.nfs:

directories:
# make mountpoints
Show full article (3.04Kb)
no comments