RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1460588 - [WALA] deprovision is executed even if input 'n'
Summary: [WALA] deprovision is executed even if input 'n'
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: WALinuxAgent
Version: 7.4
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Mohammed Gamal
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 1451172
Blocks: 1460589
TreeView+ depends on / blocked
 
Reported: 2017-06-12 06:28 UTC by Yuxin Sun
Modified: 2019-02-26 20:57 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1460589 (view as bug list)
Environment:
Last Closed: 2017-07-24 09:31:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github Azure WALinuxAgent issues 757 0 None None None 2017-06-12 06:28:21 UTC

Description Yuxin Sun 2017-06-12 06:28:21 UTC
Description of problem:
When we run "waagent -deprovision" and input "n" at the confirmation, the deprovisioning is still executed.

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

RHEL Version:
RHEL-7.4/6.9

How reproducible:
100%

Steps to Reproduce:
1. Prepare a running VM in Azure.
2. Ssh login. Run "waagent -deprovision" and input "n" and "Enter" at the confirmation(Do you want to proceed (y/n)n)

Actual results:
The deprovisioning is still executed.

Expected results:
The deprovisioning is not executed.

Additional info:
1. The root cause is in pa/deprovision/default.py Line#220, the return value of self.do_confirmation(force=force) is not used. So that no matter what we input, it will go on deprovisioning.

Comment 2 Mohammed Gamal 2017-06-22 11:34:00 UTC
Fixed upstream: https://github.com/Azure/WALinuxAgent/issues/757
Still not released

Comment 3 Mohammed Gamal 2017-06-23 08:47:09 UTC
WALA v2.2.14 has been released containing the fix
https://github.com/Azure/WALinuxAgent/releases/tag/v2.2.14

Comment 4 Yuxin Sun 2017-06-26 09:34:26 UTC
Verify in WALinuxAgent-2.2.14-1.el7
Result: Pass
Steps: The same as description.

Comment 5 Yuxin Sun 2017-07-24 09:31:57 UTC
Close this issue because WALinuxAgent-2.2.14-1.el7/6 has shipped.


Note You need to log in before you can comment on or make changes to this bug.