[Bugs] [Bug 1564890] mount.glusterfs: can't shift that many
bugzilla at redhat.com
bugzilla at redhat.com
Tue Sep 18 15:00:13 UTC 2018
https://bugzilla.redhat.com/show_bug.cgi?id=1564890
Niels de Vos <ndevos at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|core |scripts
External Bug ID| |Github
| |gluster/gluster-kubernetes/
| |issues/458
--- Comment #2 from Niels de Vos <ndevos at redhat.com> ---
Changing #!/bin/sh to #!/bin/bash is not recommended as it pulls in more
dependencies (bash is considered large for container/cloud images).
It would be better to fix the problem in the script, and do the correct
shifting of arguments (maybe call 'shift' 2x instead of 'shift 2'?).
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list