You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Ioannis Canellos (JIRA)" <ji...@apache.org> on 2011/08/25 23:28:31 UTC

[jira] [Created] (KARAF-831) Add shell a command that will batch move nodes from one cellar group to an other

Add shell a command that will batch move nodes from one cellar group to an other
--------------------------------------------------------------------------------

                 Key: KARAF-831
                 URL: https://issues.apache.org/jira/browse/KARAF-831
             Project: Karaf
          Issue Type: New Feature
    Affects Versions: cellar-2.2.1, cellar-2.2.2
            Reporter: Ioannis Canellos
            Assignee: Ioannis Canellos
             Fix For: cellar-3.0.0, cellar-2.2.3


In a large cellar cluster, its a pain to assign nodes to groups, because you have to execute a cluster:group-set command on each node.
It would be really useful if there was a command that would allow the user to move nodes from one group to an other in batches (and without having to specify all node ids).

What I have in mind is a command say group-pick that will accept the source group name, the destination group name and the number of node to move.
This command will select (the give number of) eligible nodes from the source group and move them to the destination group.Eligible should be the nodes that are only part of the source group and no other. In the oposite case the result would be unpredictable and most possibly unwanted (if this is not clear I could provide more details). 



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KARAF-831) Add a shell command that will batch move nodes from one cellar group to an other

Posted by "Ioannis Canellos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioannis Canellos updated KARAF-831:
-----------------------------------

    Summary: Add a shell command that will batch move nodes from one cellar group to an other  (was: Add shell a command that will batch move nodes from one cellar group to an other)

> Add a shell command that will batch move nodes from one cellar group to an other
> --------------------------------------------------------------------------------
>
>                 Key: KARAF-831
>                 URL: https://issues.apache.org/jira/browse/KARAF-831
>             Project: Karaf
>          Issue Type: New Feature
>    Affects Versions: cellar-2.2.2, cellar-2.2.1
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>
> In a large cellar cluster, its a pain to assign nodes to groups, because you have to execute a cluster:group-set command on each node.
> It would be really useful if there was a command that would allow the user to move nodes from one group to an other in batches (and without having to specify all node ids).
> What I have in mind is a command say group-pick that will accept the source group name, the destination group name and the number of node to move.
> This command will select (the give number of) eligible nodes from the source group and move them to the destination group.Eligible should be the nodes that are only part of the source group and no other. In the oposite case the result would be unpredictable and most possibly unwanted (if this is not clear I could provide more details). 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KARAF-831) Add a shell command that will batch move nodes from one cellar group to an other

Posted by "Jean-Baptiste Onofré (Updated JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-831:
---------------------------------------

    Fix Version/s:     (was: cellar-2.2.4)
                   cellar-2.2.3
    
> Add a shell command that will batch move nodes from one cellar group to an other
> --------------------------------------------------------------------------------
>
>                 Key: KARAF-831
>                 URL: https://issues.apache.org/jira/browse/KARAF-831
>             Project: Karaf
>          Issue Type: New Feature
>    Affects Versions: cellar-2.2.2, cellar-2.2.1
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>
> In a large cellar cluster, its a pain to assign nodes to groups, because you have to execute a cluster:group-set command on each node.
> It would be really useful if there was a command that would allow the user to move nodes from one group to an other in batches (and without having to specify all node ids).
> What I have in mind is a command say group-pick that will accept the source group name, the destination group name and the number of node to move.
> This command will select (the give number of) eligible nodes from the source group and move them to the destination group.Eligible should be the nodes that are only part of the source group and no other. In the oposite case the result would be unpredictable and most possibly unwanted (if this is not clear I could provide more details). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (KARAF-831) Add a shell command that will batch move nodes from one cellar group to an other

Posted by "Jean-Baptiste Onofré (Resolved JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-831.
----------------------------------------

    Resolution: Fixed
    
> Add a shell command that will batch move nodes from one cellar group to an other
> --------------------------------------------------------------------------------
>
>                 Key: KARAF-831
>                 URL: https://issues.apache.org/jira/browse/KARAF-831
>             Project: Karaf
>          Issue Type: New Feature
>    Affects Versions: cellar-2.2.2, cellar-2.2.1
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>
> In a large cellar cluster, its a pain to assign nodes to groups, because you have to execute a cluster:group-set command on each node.
> It would be really useful if there was a command that would allow the user to move nodes from one group to an other in batches (and without having to specify all node ids).
> What I have in mind is a command say group-pick that will accept the source group name, the destination group name and the number of node to move.
> This command will select (the give number of) eligible nodes from the source group and move them to the destination group.Eligible should be the nodes that are only part of the source group and no other. In the oposite case the result would be unpredictable and most possibly unwanted (if this is not clear I could provide more details). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-831) Add a shell command that will batch move nodes from one cellar group to an other

Posted by "Jean-Baptiste Onofré (Updated JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-831:
---------------------------------------

    Fix Version/s:     (was: cellar-2.2.3)
                   cellar-2.2.4
    
> Add a shell command that will batch move nodes from one cellar group to an other
> --------------------------------------------------------------------------------
>
>                 Key: KARAF-831
>                 URL: https://issues.apache.org/jira/browse/KARAF-831
>             Project: Karaf
>          Issue Type: New Feature
>    Affects Versions: cellar-2.2.2, cellar-2.2.1
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>             Fix For: cellar-3.0.0, cellar-2.2.4
>
>
> In a large cellar cluster, its a pain to assign nodes to groups, because you have to execute a cluster:group-set command on each node.
> It would be really useful if there was a command that would allow the user to move nodes from one group to an other in batches (and without having to specify all node ids).
> What I have in mind is a command say group-pick that will accept the source group name, the destination group name and the number of node to move.
> This command will select (the give number of) eligible nodes from the source group and move them to the destination group.Eligible should be the nodes that are only part of the source group and no other. In the oposite case the result would be unpredictable and most possibly unwanted (if this is not clear I could provide more details). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira