--how-many-nodes option is not evaluated

Bug #1192760 reported by Mikiya Okuno
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL Sandbox
Invalid
Undecided
Unassigned

Bug Description

Value specified on --how-many-nodes option does not take any effect on make_replication_sandbox and make_multiple_sandbox. Version is 3.0.39.

shell> make_multiple_sandbox 5.6.12 -- --how-many-nodes=2
installing node 1
installing node 2
installing node 3 <------ OMG!
group directory installed in $HOME/sandboxes/multi_msb_5_6_12

Revision history for this message
Giuseppe Maxia (giuseppe-maxia) wrote :

make_multiple_sandbox wants the options before the version argument.
Sorry. I know it's confusing. I will make it better in the next version.

$ make_multiple_sandbox --how_many_nodes=2 5.6.12
installing node 1
installing node 2
group directory installed in $HOME/sandboxes/multi_msb_5_6_12

Changed in mysql-sandbox:
status: New → Invalid
Revision history for this message
Mikiya Okuno (mikiya-okuno) wrote :

hi Giuseppe,

Thank you for your quick action!

Kind regards,
Mikiya

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.