On Aug 22, 12:12 pm, Stefan Schulte
wrote:
> Whenever you have the wrong device for a mount in your fstab you end up
> with mounts in mounts. For me this would happens a lot for nfs mounts where
> some machines are configured with hostname:/share and others with
> hostname.domain.tld:/share
>
>
On Aug 22, 11:46 am, Stefan Schulte
wrote:
> On Mon, Aug 22, 2011 at 08:19:35AM -0700, jcbollinger wrote:
>
> > On Aug 21, 2:56 pm, Brian Troutwine wrote:
[...]
> > > Problem is that mount conflates the name of the
> > > resource with it's mount path; I'm defining the same thing two ways ea
On Mon, Aug 22, 2011 at 1:12 PM, Stefan Schulte <
stefan.schu...@taunusstein.net> wrote:
> On Mon, Aug 22, 2011 at 12:53:58PM -0400, Brian Troutwine wrote:
> > On Mon, Aug 22, 2011 at 12:46 PM, Stefan Schulte <
> > stefan.schu...@taunusstein.net> wrote:
> >
> > > Let's say you have just one swap d
On Mon, Aug 22, 2011 at 12:53:58PM -0400, Brian Troutwine wrote:
> On Mon, Aug 22, 2011 at 12:46 PM, Stefan Schulte <
> stefan.schu...@taunusstein.net> wrote:
>
> > Let's say you have just one swap device and the following configuration
> >
> > mount { 'swap':
> >fstype => 'swap',
> >devi
On Mon, Aug 22, 2011 at 11:19 AM, jcbollinger wrote:
>
>
> On Aug 21, 2:56 pm, Brian Troutwine wrote:
> > Hello, all.
> >
> > I have a box that I'd like to have striping swap spaces. I attempted:
> >
> > mount { 'swap':
> > alias => 'swap0',
> > atboot => true,
> > device => '/dev
On Mon, Aug 22, 2011 at 12:46 PM, Stefan Schulte <
stefan.schu...@taunusstein.net> wrote:
> On Mon, Aug 22, 2011 at 08:19:35AM -0700, jcbollinger wrote:
> >
> >
> > On Aug 21, 2:56 pm, Brian Troutwine wrote:
> > > Hello, all.
> > >
> > > I have a box that I'd like to have striping swap spaces. I
On Mon, Aug 22, 2011 at 08:19:35AM -0700, jcbollinger wrote:
>
>
> On Aug 21, 2:56 pm, Brian Troutwine wrote:
> > Hello, all.
> >
> > I have a box that I'd like to have striping swap spaces. I attempted:
> >
> > mount { 'swap':
> > alias => 'swap0',
> > atboot => true,
> > device
On Aug 21, 2:56 pm, Brian Troutwine wrote:
> Hello, all.
>
> I have a box that I'd like to have striping swap spaces. I attempted:
>
> mount { 'swap':
> alias => 'swap0',
> atboot => true,
> device => '/dev/xvdo',
> ensure => 'mounted',
> options=> 'defaults',
> fstyp