Project

General

Profile

Actions

Bug #16608

closed

bashism in src/rbdmap

Added by Kefu Chai almost 8 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Jason Dillaman
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
jewel
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

the shebang line reads #!/bin/sh@
while we are using array in this script,

 +        OIFS=$IFS
 +        IFS=','
 +        CMDPARAMS="" 
 +        for PARAM in ${PARAMS[@]}; do

see https://github.com/ceph/ceph/commit/c0980af3c72f01e6f99fd1e7e91c446934d6d856#commitcomment-18147416

reported by Kriechi@gh


Related issues 1 (0 open1 closed)

Copied to rbd - Backport #17061: jewel: bashism in src/rbdmap ResolvedLoïc DacharyActions
Actions #1

Updated by Kefu Chai almost 8 years ago

  • Description updated (diff)
Actions #2

Updated by Jason Dillaman over 7 years ago

  • Project changed from Ceph to rbd
  • Status changed from New to In Progress
  • Assignee set to Jason Dillaman
  • Backport set to jewel
Actions #3

Updated by Jason Dillaman over 7 years ago

  • Status changed from In Progress to Fix Under Review
Actions #4

Updated by Jason Dillaman over 7 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #5

Updated by Loïc Dachary over 7 years ago

Actions #6

Updated by Loïc Dachary over 7 years ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF