#1528 Automountkey value doesn't get renamed
Closed: Fixed None Opened 12 years ago by mkosek.

Steps to Reproduce:
1. # ipa automountlocation-add baltimore
------------------------------------
Added automount location "baltimore"
------------------------------------
  Location: baltimore

2. # ipa automountkey-add baltimore auto.master --key=/share --info=auto.share
---------------------------------
Added automount key "auto.master"
---------------------------------
  Key: /share
  Mount information: auto.share

3. # ipa automountkey-mod baltimore auto.master --key=/share --rename=/ipashare
--info=auto.share --newinfo=auto.ipashare


Actual results:
The automountkey value does not get renamed to the value provided in "--rename"
option.

# ipa automountkey-mod baltimore auto.master --key=/share --rename=/ipashare
--info=auto.share --newinfo=auto.ipashare
------------------------------------------
Modified automount key "/share auto.share"
------------------------------------------
  Key: /share                 <<<<<<<<<<<<<<<<<<<<<<<<<<
  Mount information: auto.ipashare


Expected results:
The automountkey should be modified/renamed from /share to /ipashare.

https://bugzilla.redhat.com/show_bug.cgi?id=726028


Metadata Update from @mkosek:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 2.1.1 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata