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

DMS Tablespaces #4

Open
Mikesch-mp opened this issue Apr 26, 2017 · 0 comments
Open

DMS Tablespaces #4

Mikesch-mp opened this issue Apr 26, 2017 · 0 comments

Comments

@Mikesch-mp
Copy link

Mikesch-mp commented Apr 26, 2017

Hello,

i have a large amount of DB2 tablespaces that are configured with:

Using automatic storage = No
Auto-resize enabled = Yes

In mode = dms-tablespace-free, all these tablespaces are still checked. I think theys should not be checked, becuase they are have auto-resize enabled.

next if ($params{mode} =~ /::dms::manual$/ && ($type ne 'dms' || $tbsp_using_auto_storage));

should be

next if ($params{mode} =~ /::dms::manual$/ && ($type ne 'dms' || $tbsp_using_auto_storage || $tbsp_auto_resize_enabled));

Regards,
Carsten

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

1 participant