Invalid test in cinder-api/extend_start.sh
Bug #1866827 reported by
Gauvain Pocentek
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Medium
|
Gauvain Pocentek | ||
Stein |
Fix Released
|
Medium
|
Unassigned | ||
Train |
Fix Released
|
Medium
|
Radosław Piliszek | ||
Ussuri |
Fix Released
|
Medium
|
Gauvain Pocentek |
Bug Description
The data migration script in cinder-
if [[ -z ${MAX_NUMBER} ]]; then
else
fi
It should be something like:
if [[ -n ${MAX_NUMBER} ]]; then
else
fi
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/712055
Review: https:/