Bug 1421262

Summary: Typo in image replacement procedure
Product: Red Hat OpenStack Reporter: David Hill <dhill>
Component: documentationAssignee: RHOS Documentation Team <rhos-docs>
Status: CLOSED NOTABUG QA Contact: RHOS Documentation Team <rhos-docs>
Severity: low Docs Contact:
Priority: low    
Version: 10.0 (Newton)CC: beth.white, hbrock, jpichon, jslagle, juwu, lbopf, mburns, rhel-osp-director-maint, srevivo, tvignaud
Target Milestone: ---Keywords: ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-23 23:14:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Hill 2017-02-10 18:54:01 UTC
Description of problem:
In section 3.3 of https://access.redhat.com/documentation/en/red-hat-openstack-platform/10/single/upgrading-red-hat-openstack-platform/#sect-Important_Pre-Upgrade_Notes, there's a "-" in the tar command which make it to fail.  It must be "tar xvf" instead of "tar -xvf"

Extract the archives:

$ cd ~/images
$ for i in /usr/share/rhosp-director-images/overcloud-full-latest-10.0.tar /usr/share/rhosp-director-images/ironic-python-agent-latest-10.0.tar; do tar -xvf $i; done


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Copy/paste the procedure
2.
3.

Actual results:
Fails there because of a simple dash

Expected results:
Succeeds

Additional info:

Comment 2 Julie Pichon 2018-03-22 10:18:06 UTC
Moving to documentation component, though the command seems to work for me with the dash ($ tar --version -> tar (GNU tar) 1.26, on 7.4). It also works without so removing it sounds still safer anyway.

Comment 3 Julie 2018-04-18 01:26:40 UTC
hello, from the reading the man page, all the examples have dash, and my understanding is that the command works with or without dash. May I suggest to keep it? 

Cheers,
Julie Wu

Comment 4 Lucy Bopf 2018-04-23 02:41:21 UTC
Moving to 'NEW' to allow for proper scoping by the documentation team.

Comment 5 Julie 2018-04-23 23:14:52 UTC
Closing this bug for now because the current content is also correct. If anyone feels strongly about this bug, please let me know and open a new bug.

Kind regards,
Julie