Bug 726028
Summary: | Automountkey value doesn't get renamed. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Gowrishankar Rajaiyan <grajaiya> |
Component: | ipa | Assignee: | Rob Crittenden <rcritten> |
Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2 | CC: | benl, dpal, jgalipea, mkosek |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ipa-2.1.1-1.el6 | Doc Type: | Bug Fix |
Doc Text: |
Cause: Renaming an automount key does not work.
Consequence: Renaming a key would require removing and re-adding it.
Fix: The dn of the key was being updated but not the value within the entry.
Result: Renaming an automount key should update the dn and the stored key value.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-06 18:41:57 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Gowrishankar Rajaiyan
2011-07-27 11:05:04 UTC
master: d28f1c3b7cca50166444c7110e914f1efd4f779a ipa-2-1: 6aa0b57440ee83ef771c23c5bf81a5edc26e2e67 Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: Renaming an automount key does not work. Consequence: Renaming a key would require removing and re-adding it. Fix: The dn of the key was being updated but not the value within the entry. Result: Renaming an automount key should update the dn and the stored key value. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ LOG ] :: automountkey_mod_001: ipa automountkey-mod LOCATION MAP --key --rename --info --newinfo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ------------------------------------ Added automount location "baltimore" ------------------------------------ Location: baltimore :: [ PASS ] :: Running 'ipa automountlocation-add baltimore' ---------------------------- Added automount key "/share" ---------------------------- Key: /share Mount information: auto.share :: [ PASS ] :: Running 'ipa automountkey-add baltimore auto.master --key=/share --info=auto.share' :: [ PASS ] :: Running 'ipa automountkey-mod baltimore auto.master --key=/share --rename=/ipashare --info=auto.share --newinfo=auto.ipashare > /tmp/tmp.5Pdq4XDrXP/automountkey_mod_001.out 2>&1' :: [01:48:22] :: Verifies bug https://bugzilla.redhat.com/show_bug.cgi?id=726028 :: [ PASS ] :: File '/tmp/tmp.5Pdq4XDrXP/automountkey_mod_001.out' should not contain 'Key: /share' :: [ PASS ] :: File '/tmp/tmp.5Pdq4XDrXP/automountkey_mod_001.out' should contain 'Key: /ipashare' :: [ PASS ] :: File '/tmp/tmp.5Pdq4XDrXP/automountkey_mod_001.out' should contain 'Mount information: auto.ipashare' ------------------------------- Modified automount key "/share" ------------------------------- Key: /ipashare Mount information: auto.ipashare :: [ PASS ] :: Running 'cat /tmp/tmp.5Pdq4XDrXP/automountkey_mod_001.out' Verified. Version: ipa-server-2.1.3-2.el6.x86_64 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2011-1533.html |