[Bug 986543] New: btrfs-balance maintenance/cron script typo
http://bugzilla.opensuse.org/show_bug.cgi?id=986543 Bug ID: 986543 Summary: btrfs-balance maintenance/cron script typo Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.1 Hardware: All OS: openSUSE 42.1 Status: NEW Severity: Minor Priority: P5 - None Component: Other Assignee: bnc-team-screening@forge.provo.novell.com Reporter: buntu@bonhomierch.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- There is a typographical error in the btrfs-balance.sh script. It affects cases when BTRFS_LOG_OUTPUT in YaST /etc/sysconfig is set to "journal". Package is in btrfsmaintenance-0.1.1-10.2-noarch. diff -u /tmp/btrfs-balance.sh-orig /usr/share/btrfsmaintenance/btrfs-balance.sh --- /tmp/btrfs-balance.sh-orig 2016-06-26 12:09:24.048831290 -0400 +++ /usr/share/btrfsmaintenance/btrfs-balance.sh 2016-06-26 12:09:37.101390866 -0400 @@ -47,7 +47,7 @@ } | \ case "$BTRFS_LOG_OUTPUT" in stdout) cat;; - journal) sytemd-cat -t "$LOGIDENTIFIER";; + journal) systemd-cat -t "$LOGIDENTIFIER";; *) cat;; esac -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=986543 http://bugzilla.opensuse.org/show_bug.cgi?id=986543#c1 C F <buntu@bonhomierch.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |buntu@bonhomierch.com --- Comment #1 from C F <buntu@bonhomierch.com> --- Created attachment 682113 --> http://bugzilla.opensuse.org/attachment.cgi?id=682113&action=edit Proposed patch Adding proposed patch. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=986543 http://bugzilla.opensuse.org/show_bug.cgi?id=986543#c2 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED CC| |bwiedemann@suse.com Assignee|bnc-team-screening@forge.pr |dsterba@suse.com |ovo.novell.com | --- Comment #2 from Bernhard Wiedemann <bwiedemann@suse.com> --- It is correct in Factory's btrfsmaintenance-0.2 so just a fix in SLE-12-SP1 (and thereby 42.1) needed -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com