Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Feat/add resize options#14

Open
kraigstrong wants to merge 6 commits into
adejoux:masterfrom
kraigstrong:feat/add-resize-options
Open

Feat/add resize options#14
kraigstrong wants to merge 6 commits into
adejoux:masterfrom
kraigstrong:feat/add-resize-options

Conversation

@kraigstrong

Copy link
Copy Markdown

Purpose

We wanted to add the -M flag to the mksysb call. Added a resize option that takes in a list of hashes containing both directory and size keys.

Example code:

resize:
    [
      {directory: /tmp, size: 5000M},
      {directory: /, size: 1000M}
    ]

Testing

Ran on AIX 7.1 and 7.2 successfully resized both /tmp and /

Notes

I had to remove the ssh_port feature due to not functioning on ruby 2.4. I added those commits back in manually, so you'll want to squash and merge rather than just merging my commits directly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant