what can i do to find the bug when puppet print this: err: Found a bug: Field dump is required -- Cordialement, Ghislain _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
ADNET Ghislain a écrit :> what can i do to find the bug when puppet print this: > > err: Found a bug: Field dump is required >ok this was on debian sarge using the mount provider with target on a vserver fstab. It need the "dump" field but without target it does not. Also it emptied my fstab of all other mounts. When i do not use "target" it ADD the mount point to the existing fstab instead of removing everything else. Is this normal behavior ? -- Cordialement, Ghislain _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
On Feb 9, 2007, at 10:23 AM, ADNET Ghislain wrote:> > ok this was on debian sarge using the mount provider with target > on a vserver fstab. It need the "dump" field but without target > it does not. Also it emptied my fstab of all other mounts. When i > do not use "target" it ADD the mount point to the existing fstab > instead of removing everything else. Is this normal behavior ?No; it should only add your new mount, not get rid of everything else. That sounds like a bug. /me is drowning in the ticket db -- Writing is not necessarily something to be ashamed of, but do it in private and wash your hands afterwards. --Robert Heinlein --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
Luke Kanies a écrit :> On Feb 9, 2007, at 10:23 AM, ADNET Ghislain wrote: >> ok this was on debian sarge using the mount provider with target >> on a vserver fstab. It need the "dump" field but without target >> it does not. Also it emptied my fstab of all other mounts. When i >> do not use "target" it ADD the mount point to the existing fstab >> instead of removing everything else. Is this normal behavior ? > > No; it should only add your new mount, not get rid of everything > else. That sounds like a bug. > > /me is drowning in the ticket db >:) i do not have time to test this week, i guess that the puppet type is using the mount point as a key and become really confused when you try from the host to build several fstab for vservers using the target to change the fstab to build. It should use the $target+mount point and not the mountpoint alone to make the diferences. I will try to reproduce the problem to give you more of a bug report. Right now it does not accept to manage /proc for the host and the guest : err: Could not create myvserver01-/proc: proc already exists with name /proc err: proc already exists with name /proc and this removes the /proc line from the virtual server fstab instead of just letting it alone (as it should beleive that puppet allready created a line but it is not the case as this was not in the same fstab)... -- Cordialement, Ghislain _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users