-
Notifications
You must be signed in to change notification settings - Fork 26
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
[WIP] Support for Partition Links #1685
base: master
Are you sure you want to change the base?
Conversation
e3498a8
to
3184b41
Compare
3184b41
to
f74db69
Compare
2a01040
to
15c7bf0
Compare
15c7bf0
to
eab61e3
Compare
bb1e363
to
4b70c5f
Compare
4b70c5f
to
5b61c6e
Compare
Signed-off-by: Andreas Maier <[email protected]>
5b61c6e
to
f775287
Compare
not enabled for the specified CPC, or if the CPC does not yet support it. | ||
|
||
Note that the three partition-link related API features are always all | ||
enabled or all disabled: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not fully correct. There are code levels for z16 where only SMC-D is enabled, but not HiSo and CTC.
Parameters: | ||
|
||
partition_link (:class:`~zhmcclient.PartitionLink`): The partition | ||
link that will be attached to this partition. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link that will be attached to this partition. | |
link that will be detached from this partition. |
|
||
pl_list = console.partition_links.list( | ||
filter_args=filter_args, | ||
additional_properties=additional_properties) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we always add 'paths' and 'bus-connections' to additional_properties for improved performance as they are used for the filtering below?
|
||
Authorization requirements: | ||
|
||
* Object-access permission to the CPC that will be associated with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need object access permissions for the CPC on modify for an existing partition link. That's only the case when you create a new partition link.
WIP TODOs: