Issue #15804 has been updated by Rahul Gopinath.

Status changed from Accepted to In Topic Branch Pending Review
Branch set to ticket/3.x/15804_solaris_zfs_instances

Adding pull [here](https://github.com/puppetlabs/puppet/pull/999)

    #puppet resource zfs
    zfs { 'rpool':
    ensure         => 'present',
    aclinherit     => 'restricted',
    aclmode        => 'groupmask',
    atime          => 'on',
    canmount       => 'on',
    checksum       => 'on',
    compression    => 'off',
    copies         => '1',
    devices        => 'on',
    exec           => 'on',
    logbias        => 'latency',
    mountpoint     => '/rpool',
    nbmand         => 'off',
    primarycache   => 'all',
    quota          => 'none',
    readonly       => 'off',
    recordsize     => '128K',
    refquota       => 'none',
    refreservation => 'none',
    reservation    => 'none',
    secondarycache => 'all',
    setuid         => 'on',
    shareiscsi     => 'off',
    sharenfs       => 'off',
    sharesmb       => 'off',
    snapdir        => 'hidden',
    version        => '4',
    volsize        => '-',
    vscan          => 'off',
    xattr          => 'on',
    zoned          => 'off',
    }
    zfs { 'rpool/ROOT':
    ensure         => 'present',
    aclinherit     => 'restricted',
    aclmode        => 'groupmask',
    atime          => 'on',
    canmount       => 'on',
    checksum       => 'on',
    compression    => 'off',
    copies         => '1',
    devices        => 'on',
    exec           => 'on',
    logbias        => 'latency',
    mountpoint     => 'legacy',
    nbmand         => 'off',
    primarycache   => 'all',
    quota          => 'none',
    readonly       => 'off',
    recordsize     => '128K',
    refquota       => 'none',
    refreservation => 'none',
    reservation    => 'none',
    secondarycache => 'all',
    setuid         => 'on',
    shareiscsi     => 'off',
    sharenfs       => 'off',
    sharesmb       => 'off',
    snapdir        => 'hidden',
    version        => '4',
    volsize        => '-',
    vscan          => 'off',
    xattr          => 'on',
    zoned          => 'off',
    }
    
----------------------------------------
Bug #15804: solaris: 'puppet resource zfs' should list the zfs entries
https://projects.puppetlabs.com/issues/15804#change-68185

Author: Rahul Gopinath
Status: In Topic Branch Pending Review
Priority: Normal
Assignee: Rahul Gopinath
Category: 
Target version: 3.x
Affected Puppet version: 
Keywords: 
Branch: ticket/3.x/15804_solaris_zfs_instances


zfs provider does not have instances method.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to