[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: miscmounts problem.
From: |
Robert Shaw |
Subject: |
Re: miscmounts problem. |
Date: |
Mon, 16 Apr 2001 14:14:51 -0700 |
Mark,
Ok, thanks! That patch works for this:
miscmounts:
$(myserver):$(svrpath) /export/junk mode=rw
With no problems. However, when I try to do this:
miscmounts:
$(myserver):$(svrpath) $(mypath) mode=rw
I get the following error:
cfengine:arizona2: Will not create directories for a relative filename
$(mypath)/.
Has no invariant meaning
Also, if I do this:
miscmounts:
$(myserver):$(svrpath) /local/$(mypath) mode=rw
It leaves the $(mypath) in the mount path (which is bad ;):
cfengine:arizona2: add filesystem to /etc/vfstab
cfengine:arizona2: arizona:/export/hostcfg - /local/$(mypath) nfs - yes
rw,bg,hard,intr
Again, is this intentional, or should they both work? Let me know if you
have a fix for it, or if you'd like me to locate it, or if this is just
not a good idea?
Thanks!
-Robert