OC upgrade O->P containers fails with error: su: unrecognized option '--sacks-number=128'

Bug #1709322 reported by Jose Luis Franco
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Pradeep Kilambi

Bug Description

Description
===========
During the upgrade from Ocata to Pike (containerized) using latest master it was returned an error in one of the steps and the upgrade didn't succeed:

http://paste.openstack.org/show/617787/

The root cause seems to be a wrong argument in the command : /usr/bin/bootstrap_host_exec gnocchi_api su gnocchi -s /bin/bash -c /usr/bin/gnocchi-upgrade --sacks-number=128

"Usage:",
            " su [options] [-] [USER [arg]...]",
            "Change the effective user id and group id to that of USER.",
            "A mere - implies -l. If USER not given, assume root.",
            "Options:",
            " -m, -p, --preserve-environment do not reset environment variables",
            " -g, --group <group> specify the primary group",
            " -G, --supp-group <group> specify a supplemental group",
            " -, -l, --login make the shell a login shell",
            " -c, --command <command> pass a single command to the shell with -c",
            " --session-command <command> pass a single command to the shell with -c",
            " and do not create a new session",
            " -f, --fast pass -f to the shell (for csh or tcsh)",
            " -s, --shell <shell> run shell if /etc/shells allows it",
            " -h, --help display this help and exit",
            " -V, --version output version information and exit",
            "For more details see su(1).",
            "stderr: su: unrecognized option '--sacks-number=128'",

Steps to reproduce
==================

Follow this instructions: http://www.anstack.com/blog/2016/11/28/testing-composable-upgrades.html

1. Deploy Pike undercloud and overcloud using TripleO-quickstart:
bash ./tripleo-quickstart/quickstart.sh --install-deps
export VIRTHOST=127.0.0.2
export CONFIG=~/deploy-config.yaml
bash ./tripleo-quickstart/quickstart.sh --clean --release master --teardown all --tags all -e @$CONFIG $VIRTHOST

2. Delete overcloud:
source ~/stackrc
openstack stack delete overcloud

3. Delete images and load new ones

4. Download tht for ocata and deploy Ocata overcloud (non-HA)
git clone -b stable/ocata https://github.com/openstack/tripleo-heat-templates tht-ocata
openstack overcloud deploy \
  --libvirt-type qemu \
  --ntp-server pool.ntp.org \
  --templates /home/stack/tht-ocata/ \
  -e /home/stack/tht-ocata/overcloud-resource-registry-puppet.yaml

5. Once deployed, download tht-master and load docker images:
git clone https://github.com/openstack/tripleo-heat-templates tht-master
openstack overcloud container image upload --config-file /usr/share/openstack-tripleo-common/container-images/overcloud_containers.yaml

6. Perform overcloud upgrade:
source ~/stackrc
export THT=/home/stack/tht-master
openstack overcloud deploy
--templates $THT
--libvirt-type qemu
--ntp-server pool.ntp.org
-e $THT/overcloud-resource-registry-puppet.yaml
-e $THT/environments/major-upgrade-composable-steps.yaml
-e upgrade_repos.yaml
-e $THT/environments/docker.yaml
-e $THT/environments/major-upgrade-composable-steps-docker.yaml
-e $THT/environments/docker-centos-tripleoupstream.yaml
-e docker_registry.yaml

Expected result
===============
Overcloud upgrade from Ocata to Pike successfully performed

Actual result
=============
(undercloud) [stack@undercloud ~]$ openstack stack list
+--------------------------------------+------------+----------------------------------+---------------+----------------------+----------------------+
| ID | Stack Name | Project | Stack Status | Creation Time | Updated Time |
+--------------------------------------+------------+----------------------------------+---------------+----------------------+----------------------+
| 4accb024-7125-421e-9bde-37f669da042b | overcloud | 2137162f9649432289f959f0881f3a35 | UPDATE_FAILED | 2017-08-07T13:47:51Z | 2017-08-08T10:49:43Z |
+--------------------------------------+------------+----------------------------------+---------------+----------------------+----------------------+

Full failure output:
http://paste.openstack.org/show/617787/

Changed in tripleo:
status: New → In Progress
assignee: nobody → Jose Luis Franco (jfrancoa)
Changed in tripleo:
importance: Undecided → Critical
status: In Progress → Triaged
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (master)

Fix proposed to branch: master
Review: https://review.openstack.org/491826

Changed in tripleo:
status: Triaged → In Progress
Changed in tripleo:
milestone: none → pike-rc1
Changed in tripleo:
assignee: Jose Luis Franco (jfrancoa) → Giulio Fidente (gfidente)
Changed in tripleo:
assignee: Giulio Fidente (gfidente) → Jose Luis Franco (jfrancoa)
Changed in tripleo:
assignee: Jose Luis Franco (jfrancoa) → Jiří Stránský (jistr)
Changed in tripleo:
assignee: Jiří Stránský (jistr) → Pradeep Kilambi (pkilambi)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/491826
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=9b79a9bc7424dc5de71d0024117a768f8d1f3bed
Submitter: Jenkins
Branch: master

commit 9b79a9bc7424dc5de71d0024117a768f8d1f3bed
Author: Jose Luis Franco Arza <email address hidden>
Date: Tue Aug 8 16:19:20 2017 +0200

    Correct gnocchi-upgrade command quotes

    After merging commit 488796, single quotation marks
    were missed. This causes the upgrade to fail as the
    flag --sacks-number is considered a su command flag.

    Also mounts Ceph config data into the container which
    seems needed for the gnocchi-upgrade command when
    configured to use Ceph.

    Also move the gnocchi db sync to step 4, so ceph is
    ready. Add a retry loop to ceilometer-upgrade cmd so
    it doesnt fail while apache is restarted.

    Closes-Bug: #1709322
    Change-Id: I62f3a5fa2d43a2cd579f72286661d503e9f08b90

Changed in tripleo:
status: In Progress → Fix Released
Revision history for this message
Jose Luis Franco (jfrancoa) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 7.0.0.0rc1

This issue was fixed in the openstack/tripleo-heat-templates 7.0.0.0rc1 release candidate.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.