ansible-collections / ibm_zos_core

Red Hat Ansible Certified Content for IBM Z
77 stars 44 forks source link

[Bug][zos_find] Filter allocated space when using size filter #1443

Closed fernandofloresg closed 5 months ago

fernandofloresg commented 5 months ago
SUMMARY

Updated how we check the size to be consistent. We check allocated space instead of utilized space because we can not get that value for PDS/E. Essentially, added support for PDS/e datasets.

Fixes #1062

This pulls changes from #1388 , so don't merge until that is merged.

ISSUE TYPE
COMPONENT NAME

zos_find

ADDITIONAL INFORMATION
fernandofloresg commented 5 months ago

Screenshot 2024-04-11 at 9 43 30 PM

Check fragment is missing is failing because of a bug, basically it checks against the same branch

fernandofloresg commented 5 months ago
Screenshot 2024-04-16 at 10 46 56 AM

Not sure why fragment check failed, but fragment is in place