Issue #5681 has been updated by Daniel Pittman. Assignee deleted (Daniel Pittman)
---------------------------------------- Bug #5681: Puppet mount module Puppet::Provider::Mount does not properly parse AIX mount command output https://projects.puppetlabs.com/issues/5681#change-92413 * Author: Hector Rivas * Status: Closed * Priority: Normal * Assignee: * Category: mount * Target version: 2.6.5 * Affected Puppet version: 2.6.4 * Keywords: AIX mount * Branch: 2.6.next ---------------------------------------- AIX mount output is as follows: $ mount node mounted mounted over vfs date options -------- --------------- --------------- ------ ------------ --------------- /dev/hd4 / jfs2 Nov 11 12:11 rw,log=/dev/hd8 /dev/hd2 /usr jfs2 Nov 11 12:11 rw,log=/dev/hd8 /dev/hd9var /var jfs2 Nov 11 12:11 rw,log=/dev/hd8 /dev/hd3 /tmp jfs2 Nov 11 12:11 rw,log=/dev/hd8 /dev/hd1 /home jfs2 Nov 11 12:11 rw,log=/dev/hd8 /proc /proc procfs Nov 11 12:11 rw /dev/hd10opt /opt jfs2 Nov 11 12:11 rw,log=/dev/hd8 Puppet::Provider::Mount should be updated to allow parse of this output. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
