Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Group-Default plugin --pretend bug #315

@thebsdbox

Description

@thebsdbox

When using the --pretend flag to examine the possible outcome of a commit, a second --pretend will result in the group-default plugin becoming inconsistent and requiring a restart.

$ ./infrakit group commit oneview.json --pretend
Committing oneview would involve: Managing 4 instances
$ ./infrakit group commit oneview.json --pretend
Committing oneview would involve: Noop
$ ./infrakit group commit oneview.json
Committed oneview: Noop

The --pretend appears to change the internal state to "committed" resulting in actual changes not being performed afterwards.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions