Este conteúdo não está disponível no idioma selecionado.
7.26. fabric:ensemble-add
Abstract
extend the current Fabric Ensemble by converting the specified containers into Fuse Servers
Synopsis
fabric:ensemble-add
[
--help
] {
ContainerList
}
Description
Because the total number of containers in an ensemble must always be odd, you should add an even number of containers.
For example, consider a fabric consisting of three containers—
root1
, root2
, and root3
—where root1
is an Fuse Server and root2
and root3
are ordinary Fabric Containers. You can now add root2
and root3
to the current ensemble by entering the following console command:
fabric:ensemble-add root2 root3
Normally, it makes sense to have at most one Fabric Server running on each host, so that the specified containers are actually running on remote hosts (hence, it usually does not make sense to add child containers to an ensemble). You do not need to provide any information about where the containers are running, however, because fabric already knows the location of the containers in the fabric.
Note
Because the Fabric Ensemble is the key component of Fuse Fabric, changing the ensemble is a critical operation. All data will be preserved and copied to the new Fuse Servers before switching.
Arguments
Table 7.26, “fabric:ensemble-add Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
ContainerList | The list of containers to add. |