NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

UUIDs do not match between aggr-get-iter and perf-object-instance-list-info-iter

JoePusateri
1,985 Views

The result of aggr-get-iter has aggregate-uuid which is a UUID 16 Hex digit string.

 

...
    <aggregate-name>aggr0_TestCluster_02_0</aggregate-name>
    <aggregate-uuid>3aad5e63-042a-460c-899d-a65b1c539822</aggregate-uuid>
...

 

The result of perf-object-instance-list-info-iter is in the format <nodename>:kernel:<aggregatename>.  

 

 

...
    <instance-info>
        <name>aggr0_TestCluster_02_0</name>
        <uuid>TestCluster-02:kernel:aggr0_TestCluster_02_0</uuid>
    </instance-info>
...

 

Shouldn't UUIDs be consistent across these API calls?  I don't have this problem with volume.

 

 

0 REPLIES 0
Public