Skip to content

ibm_svc_manage_volume does not support nofmtdisk #34

@mainline-automation

Description

@mainline-automation
SUMMARY

Because ibm_svc_manage_volume.py uses mkvolume, as opposed to mkvdisk, it does not allow users to create volumes without formatting them. This can cause a problem in large customer environments where many volumes are being created at once. It drains memory through the format process and also creates a situation where the format process is estimated to take an extremely long time (days to weeks)

ISSUE TYPE
  • Feature Idea
    Add a format parameter as optional. When format is used then the command will be mkvidsk instead of mkvolume
COMPONENT NAME

ibm_svc_manage_volume

ADDITIONAL INFORMATION

This would be used as it is now. However the current code automatically formats all volumes which causes problems in large new environments.

as mentioned, this would be any normal playbook. It would simply add a format parameter. I have no example playbooks at this time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions