-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generic virtual media mount looking for Lenovo specific Id #21
Comments
@samerhaj XCC's redfish implementation by 19A (version 2.5) only support mount image/iso from HTTPFS/NFS on EXT member via PATCH method, but XCC provided 10 predefined members, including EXT, RDOC and Remote, so script has to judge member name to select right member to mount image/iso, this is lenovo specific. My opinion is, current XCC implementation is lenovo specific, I prefer to remove this script, just keep lenovo_mount_virtual_media.py, which cover both 18D and 19A design. How do you think? |
@renxulei: Do you by any chance know if there is a way to disable specific virtual media members/slots ? |
@timeu It seems no Redfish way to disable this, I will check if there are other ways to do this. Could you let me know which product and which XCC version you are using? What I knew is, some enhancements about this have been done per past similar request, EXT1~EXT4 are being showed firstly now on the version released on March, 2021. Not sure if you can update your XCC firmware to the latest version, if yes, I think your issue will not happen after the Firmware updated. |
@renxulei: Thanks for the quick response. I tested this on |
@timeu I checked that there is no way to disable one specific virtual media member. About your XCC version, it is a little old, the enhancement is added from version 4.2. The latest XCC version is 4.4, release on Mar. 2021, propose you can update your XCC to this version, hope this can help you. |
@renxulei : Thanks, I will try to update the XCC to the latest version and see if it changes anything and report back. |
@renxulei : Somewhat good news. After updating to the latest XCC firmware (4.4), the order of the virtual media slots changed and RDOC1 and RDOC2 appear now last in the list and EXT1 is first in the list, which is good.
Specifically I would be interested in the |
@timeu I am checking with development team about your questions why do not return all attributes, and will response you once I got the feedback. |
@timeu Sorry for late update. Development team is prioritizing and implementing the properties depending on customer voices or user scenarios, may not cover all properties. "TransferProtocolType" and "TransferMethod" properties are not supported yet, but per your voices, development team plan to support them on future release (about End of August). |
@renxulei : Thanks for the update. That would be great! |
@timeu Thanks for your suggestion! About supporting insert/eject actions, I have reflected your voices to development team. Because development team is focusing on other tasks with high priority currently, after that, they will consider how to support insert/eject actions, I will keep tracking this and feed back you the progress, thanks! |
python-redfish-lenovo/examples/mount_virtual_media.py
Line 114 in 3d0c529
The generic version of Mount Virtual Media should not look for a Lenovo specific Id (like "EXT")
The text was updated successfully, but these errors were encountered: