We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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 ...
Sorry, something went wrong.
Yes, the disk was NOT added -Mike M
I need talk to z/VM team and see what happened here and may request additoinal info..
No branches or pull requests
Attempting to add a minidisk using EDEV space through smcli. For example:
The 154 MDISK is not added to the user directory entry.
The text was updated successfully, but these errors were encountered: