Skip to content
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

Adding EDEV Minidisk fails through smcli #355

Open
mike99mac opened this issue Sep 11, 2020 · 3 comments
Open

Adding EDEV Minidisk fails through smcli #355

mike99mac opened this issue Sep 11, 2020 · 3 comments

Comments

@mike99mac
Copy link

Attempting to add a minidisk using EDEV space through smcli. For example:

zaddedev 121 154 1g -v
...
Adding EDEV 154 of size 1G using pool ZSDED to D2S00121 directory entry
zActionCmd command: sudo /usr/local/sbin/smcli Image_Disk_Create_DM -T D2S00121 -u 2 -m MR -v 154 -t 9336 -a AUTOG -r ZSDED -z 2097152 -f 2
.. stalls here for 2-3 minutes...
ERROR: sudo /usr/local/sbin/smcli Image_Disk_Create_DM -T D2S00121 -u 2 -m MR -v 154 -t 9336 -a AUTOG -r ZSDED -z 2097152 -f 2 returned 1
Adding a disk to D2S00121's directory entry... Started Return Code: 592 Reason Code: 111074641 Description: Asynchronous operation started - product-specific asynchronous operation ID : 111074641

The 154 MDISK is not added to the user directory entry.

@jichenjc
Copy link
Collaborator

The code is print here
https://github.com/openmainframeproject/python-zvm-sdk/blob/master/zthin-parts/zthin/src/wrapperutils.c#L296

please confirm the disk is NOT added because 592 means async operation and after a few minute , the operation will be complete ...

@mike99mac
Copy link
Author

Yes, the disk was NOT added
-Mike M

@jichenjc
Copy link
Collaborator

jichenjc commented Sep 14, 2020

I need talk to z/VM team and see what happened here and may request additoinal info..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants