Activity log for bug #1628279

Date Who What changed Old value New value Message
2016-09-27 20:43:48 Eric Desrochers bug added bug
2016-09-27 20:48:05 Eric Desrochers bug added subscriber Richard Laager
2016-09-27 20:48:18 Eric Desrochers zfs-linux (Ubuntu): importance Undecided Low
2016-09-27 22:18:57 Eric Desrochers zfs-linux (Ubuntu): assignee Eric Desrochers (slashd)
2016-09-27 22:19:44 Eric Desrochers zfs-linux (Ubuntu): status New Confirmed
2016-09-27 22:28:35 Eric Desrochers zfs-linux (Ubuntu): importance Low Medium
2016-09-29 12:32:06 Eric Desrochers zfs-linux (Ubuntu): status Confirmed In Progress
2016-09-29 12:40:36 Eric Desrochers zfs-linux (Ubuntu): importance Medium Low
2016-09-30 13:00:20 Eric Desrochers attachment added LP1628279_for_yakkety.debdiff https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/+attachment/4751734/+files/lp1628279_yakkety.debdiff
2016-09-30 13:00:38 Eric Desrochers bug added subscriber Ubuntu Sponsors Team
2016-09-30 13:00:48 Eric Desrochers bug added subscriber SRU Verification
2016-09-30 13:06:42 Eric Desrochers description The zfs utilities scripts shipped with debian and ubuntu such as : * arc_summary.py : Provides a summary of the statistics https://github.com/zfsonlinux/zfs/blob/master/cmd/arc_summary * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1) https://github.com/zfsonlinux/zfs/tree/master/cmd/arcstat * dbufstat.py : Print out statistics for all cached dmu buffers https://github.com/zfsonlinux/zfs/blob/master/cmd/dbufstat should be renamed according to Policy 10.4 : [https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts] "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Impact] The zfs utilities scripts shipped with debian and ubuntu such as : * arc_summary.py : Provides a summary of the statistics * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1) * dbufstat.py : Print out statistics for all cached dmu buffers should be renamed according to Policy 10.4 : [https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts] "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Test Case] * Install zfsutils-linux and list file using dpkg -L zfsutils-linux | egrep "arc|dbufstat" /usr/sbin/arc_summary.py /usr/sbin/arcstat.py /usr/sbin/dbufstat.py [Regression Potential] * none expected, this is a trivial change that simply rename the scripts to remove the extension (.py) with a simple 'mv' before the dh_install invocation. To get this expected result : $ dpkg -L zfsutils-linux | egrep -i "arc|dbuf" /usr/sbin/arc_summary /usr/sbin/arcstat /usr/sbin/dbufstat [Other Info] * Upstream (ZoL) is reluctant to change it at upstream code level. * This has been flag by Adam Conrad : https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1574342/comments/19 * Debian policy : https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts
2016-09-30 13:09:02 Eric Desrochers description [Impact] The zfs utilities scripts shipped with debian and ubuntu such as : * arc_summary.py : Provides a summary of the statistics * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1) * dbufstat.py : Print out statistics for all cached dmu buffers should be renamed according to Policy 10.4 : [https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts] "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Test Case] * Install zfsutils-linux and list file using dpkg -L zfsutils-linux | egrep "arc|dbufstat" /usr/sbin/arc_summary.py /usr/sbin/arcstat.py /usr/sbin/dbufstat.py [Regression Potential] * none expected, this is a trivial change that simply rename the scripts to remove the extension (.py) with a simple 'mv' before the dh_install invocation. To get this expected result : $ dpkg -L zfsutils-linux | egrep -i "arc|dbuf" /usr/sbin/arc_summary /usr/sbin/arcstat /usr/sbin/dbufstat [Other Info] * Upstream (ZoL) is reluctant to change it at upstream code level. * This has been flag by Adam Conrad : https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1574342/comments/19 * Debian policy : https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts [Impact] The zfs utilities scripts shipped with debian and ubuntu such as :     * arc_summary.py : Provides a summary of the statistics     * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1)     * dbufstat.py : Print out statistics for all cached dmu buffers should be renamed according to Policy 10.4 : [https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts] "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Test Case]  * Install zfsutils-linux * List files $ dpkg -L zfsutils-linux | egrep "arc|dbufstat"    /usr/sbin/arc_summary.py    /usr/sbin/arcstat.py    /usr/sbin/dbufstat.py [Regression Potential]  * none expected, this is a trivial change that simply rename the scripts to remove the extension (.py) with a simple 'mv' before the dh_install invocation. To get this expected result : $ dpkg -L zfsutils-linux | egrep -i "arc|dbuf"   /usr/sbin/arc_summary   /usr/sbin/arcstat   /usr/sbin/dbufstat [Other Info]  * Upstream (ZoL) is reluctant to change it at upstream code level. https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/2  * This has been flag by Adam Conrad https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1574342/comments/19  * Debian policy https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts
2016-09-30 13:13:01 Eric Desrochers description [Impact] The zfs utilities scripts shipped with debian and ubuntu such as :     * arc_summary.py : Provides a summary of the statistics     * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1)     * dbufstat.py : Print out statistics for all cached dmu buffers should be renamed according to Policy 10.4 : [https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts] "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Test Case]  * Install zfsutils-linux * List files $ dpkg -L zfsutils-linux | egrep "arc|dbufstat"    /usr/sbin/arc_summary.py    /usr/sbin/arcstat.py    /usr/sbin/dbufstat.py [Regression Potential]  * none expected, this is a trivial change that simply rename the scripts to remove the extension (.py) with a simple 'mv' before the dh_install invocation. To get this expected result : $ dpkg -L zfsutils-linux | egrep -i "arc|dbuf"   /usr/sbin/arc_summary   /usr/sbin/arcstat   /usr/sbin/dbufstat [Other Info]  * Upstream (ZoL) is reluctant to change it at upstream code level. https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/2  * This has been flag by Adam Conrad https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1574342/comments/19  * Debian policy https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts [Impact] The zfs utilities scripts shipped with debian and ubuntu such as :     * arc_summary.py : Provides a summary of the statistics     * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1)     * dbufstat.py : Print out statistics for all cached dmu buffers should be renamed according to Policy 10.4 : https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Test Case]  * Install zfsutils-linux  * List files  $ dpkg -L zfsutils-linux | egrep "arc|dbufstat"    /usr/sbin/arc_summary.py    /usr/sbin/arcstat.py    /usr/sbin/dbufstat.py [Regression Potential]  * none expected, this is a trivial change that simply rename the scripts to remove the extension (.py) with a simple 'mv' before the dh_install invocation in order to get this expected result : $ dpkg -L zfsutils-linux | egrep -i "arc|dbuf"   /usr/sbin/arc_summary   /usr/sbin/arcstat   /usr/sbin/dbufstat [Other Info]  * Upstream (ZoL) is reluctant to change it at upstream code level. https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/2  * This has been flag by Adam Conrad https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1574342/comments/19  * Debian policy https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts
2016-09-30 19:51:52 Aron Xu zfs-linux (Ubuntu): status In Progress Fix Committed
2016-09-30 20:04:25 Richard Laager bug added subscriber Dustin Kirkland 
2016-09-30 20:42:44 Eric Desrochers bug added subscriber scotte
2016-10-02 03:40:22 Launchpad Janitor zfs-linux (Ubuntu): status Fix Committed Fix Released
2016-10-03 12:48:32 Andy Whitcroft nominated for series Ubuntu Xenial
2016-10-03 12:48:32 Andy Whitcroft bug task added zfs-linux (Ubuntu Xenial)
2016-10-03 12:49:24 Eric Desrochers zfs-linux (Ubuntu Xenial): status New In Progress
2016-10-03 12:49:28 Eric Desrochers zfs-linux (Ubuntu Xenial): importance Undecided Low
2016-10-03 12:49:31 Eric Desrochers zfs-linux (Ubuntu Xenial): assignee Eric Desrochers (slashd)
2016-10-03 12:52:15 Eric Desrochers description [Impact] The zfs utilities scripts shipped with debian and ubuntu such as :     * arc_summary.py : Provides a summary of the statistics     * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1)     * dbufstat.py : Print out statistics for all cached dmu buffers should be renamed according to Policy 10.4 : https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Test Case]  * Install zfsutils-linux  * List files  $ dpkg -L zfsutils-linux | egrep "arc|dbufstat"    /usr/sbin/arc_summary.py    /usr/sbin/arcstat.py    /usr/sbin/dbufstat.py [Regression Potential]  * none expected, this is a trivial change that simply rename the scripts to remove the extension (.py) with a simple 'mv' before the dh_install invocation in order to get this expected result : $ dpkg -L zfsutils-linux | egrep -i "arc|dbuf"   /usr/sbin/arc_summary   /usr/sbin/arcstat   /usr/sbin/dbufstat [Other Info]  * Upstream (ZoL) is reluctant to change it at upstream code level. https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/2  * This has been flag by Adam Conrad https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1574342/comments/19  * Debian policy https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts [Impact] The zfs utilities scripts shipped with debian and ubuntu such as :     * arc_summary.py : Provides a summary of the statistics     * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1)     * dbufstat.py : Print out statistics for all cached dmu buffers should be renamed according to Policy 10.4 : https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Test Case]  * Install zfsutils-linux  * List files  $ dpkg -L zfsutils-linux | egrep "arc|dbufstat"    /usr/sbin/arc_summary.py    /usr/sbin/arcstat.py    /usr/sbin/dbufstat.py [Regression Potential]  * none expected, this is a trivial change that simply rename the scripts to remove the extension (.py) with a simple 'mv' before the dh_install invocation in order to get this expected result : $ dpkg -L zfsutils-linux | egrep -i "arc|dbuf"   /usr/sbin/arc_summary   /usr/sbin/arcstat   /usr/sbin/dbufstat [Other Info] * Justification/argument for Xenial https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/13 https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/14  * Upstream (ZoL) is reluctant to change it at upstream code level. https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/2  * This has been flag by Adam Conrad https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1574342/comments/19  * Debian policy https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts
2016-10-03 13:24:56 Eric Desrochers description [Impact] The zfs utilities scripts shipped with debian and ubuntu such as :     * arc_summary.py : Provides a summary of the statistics     * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1)     * dbufstat.py : Print out statistics for all cached dmu buffers should be renamed according to Policy 10.4 : https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Test Case]  * Install zfsutils-linux  * List files  $ dpkg -L zfsutils-linux | egrep "arc|dbufstat"    /usr/sbin/arc_summary.py    /usr/sbin/arcstat.py    /usr/sbin/dbufstat.py [Regression Potential]  * none expected, this is a trivial change that simply rename the scripts to remove the extension (.py) with a simple 'mv' before the dh_install invocation in order to get this expected result : $ dpkg -L zfsutils-linux | egrep -i "arc|dbuf"   /usr/sbin/arc_summary   /usr/sbin/arcstat   /usr/sbin/dbufstat [Other Info] * Justification/argument for Xenial https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/13 https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/14  * Upstream (ZoL) is reluctant to change it at upstream code level. https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/2  * This has been flag by Adam Conrad https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1574342/comments/19  * Debian policy https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts [Impact] The zfs utilities scripts shipped with debian and ubuntu such as :     * arc_summary.py : Provides a summary of the statistics     * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1)     * dbufstat.py : Print out statistics for all cached dmu buffers should be renamed according to Policy 10.4 : https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Test Case]  * Install zfsutils-linux  * List files  $ dpkg -L zfsutils-linux | egrep "arc|dbufstat"    /usr/sbin/arc_summary.py    /usr/sbin/arcstat.py    /usr/sbin/dbufstat.py [Regression Potential]  * none expected, this is a trivial change that simply rename the scripts to remove the extension (.py) with a simple 'mv' before the dh_install invocation in order to get this expected result : $ dpkg -L zfsutils-linux | egrep -i "arc|dbuf"   /usr/sbin/arc_summary   /usr/sbin/arcstat   /usr/sbin/dbufstat [Other Info]  * Justification/argument for Xenial https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/13 https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/14 * Debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839645  * Upstream (ZoL) is reluctant to change it at upstream code level. https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/2  * This has been flag by Adam Conrad https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1574342/comments/19  * Debian policy https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts
2016-10-03 13:56:10 Eric Desrochers bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839645
2016-10-03 15:28:06 Eric Desrochers tags sts-sponsor sts-sru
2016-10-03 19:26:33 Eric Desrochers tags sts-sponsor sts-sru sts-sponsor
2016-10-04 14:58:21 Eric Desrochers description [Impact] The zfs utilities scripts shipped with debian and ubuntu such as :     * arc_summary.py : Provides a summary of the statistics     * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1)     * dbufstat.py : Print out statistics for all cached dmu buffers should be renamed according to Policy 10.4 : https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Test Case]  * Install zfsutils-linux  * List files  $ dpkg -L zfsutils-linux | egrep "arc|dbufstat"    /usr/sbin/arc_summary.py    /usr/sbin/arcstat.py    /usr/sbin/dbufstat.py [Regression Potential]  * none expected, this is a trivial change that simply rename the scripts to remove the extension (.py) with a simple 'mv' before the dh_install invocation in order to get this expected result : $ dpkg -L zfsutils-linux | egrep -i "arc|dbuf"   /usr/sbin/arc_summary   /usr/sbin/arcstat   /usr/sbin/dbufstat [Other Info]  * Justification/argument for Xenial https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/13 https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/14 * Debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839645  * Upstream (ZoL) is reluctant to change it at upstream code level. https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/2  * This has been flag by Adam Conrad https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1574342/comments/19  * Debian policy https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts [Impact] The zfs utilities scripts shipped with debian and ubuntu such as :     * arc_summary.py : Provides a summary of the statistics     * arcstat.py : Print out ZFS ARC Statistics exported via kstat(1)     * dbufstat.py : Print out statistics for all cached dmu buffers should be renamed according to Policy 10.4 : https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts "When scripts are installed into a directory in the system PATH, the script name should not include an extension such as .sh or .pl that denotes the scripting language currently used to implement it." Ideally, this should be fixed and upstreamed to Debian (or to zfslinux upstream) as well. [Test Case]  * Install zfsutils-linux  * List files  $ dpkg -L zfsutils-linux | egrep "arc|dbufstat"    /usr/sbin/arc_summary.py    /usr/sbin/arcstat.py    /usr/sbin/dbufstat.py [Regression Potential]  * none expected, this is a trivial change that simply rename the scripts to remove the extension (.py) with a simple 'mv' before the dh_install invocation in order to get this expected result : $ dpkg -L zfsutils-linux | egrep -i "arc|dbuf"   /usr/sbin/arc_summary   /usr/sbin/arcstat   /usr/sbin/dbufstat Yakkety include the renaming as shown above. Xenial will have a symlink to not break user experience until next release upgrade: https://bugs.launchpad.net/ubuntu/xenial/+source/zfs-linux/+bug/1628279/comments/19 So user will be able to use both for instance : arcstat.py or arcstat [Other Info]  * Justification/argument for Xenial https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/13 https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/14 * Debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839645  * Upstream (ZoL) is reluctant to change it at upstream code level. https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1628279/comments/2  * This has been flag by Adam Conrad https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1574342/comments/19  * Debian policy https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts
2016-10-05 13:00:33 Andy Whitcroft zfs-linux (Ubuntu Xenial): status In Progress Fix Committed
2016-10-05 13:00:36 Andy Whitcroft bug added subscriber Ubuntu Stable Release Updates Team
2016-10-05 13:01:13 Andy Whitcroft removed subscriber Ubuntu Sponsors Team
2016-10-05 14:45:38 Eric Desrochers tags sts-sponsor sts-sponsor verification-done
2016-10-06 05:29:23 Richard Laager tags sts-sponsor verification-done sts-sponsor verification-needed
2016-10-06 12:18:02 Eric Desrochers tags sts-sponsor verification-needed sts-sponsor verification-done
2016-10-13 17:07:25 Launchpad Janitor zfs-linux (Ubuntu Xenial): status Fix Committed Fix Released
2016-10-13 17:07:44 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2016-10-24 15:58:18 Louis Bouchard tags sts-sponsor verification-done verification-done
2016-12-02 19:48:21 Mathew Hodson bug task added zfs-linux (Debian)
2016-12-03 17:31:41 Bug Watch Updater zfs-linux (Debian): status Unknown Fix Committed
2016-12-27 22:29:59 Bug Watch Updater zfs-linux (Debian): status Fix Committed Fix Released