Revision 4677a909 doc/admin.sgml

b/doc/admin.sgml
183 183
            <simpara><emphasis role="strong">Note:</emphasis> This is
184 184
            only valid for multi-node clusters.</simpara>
185 185
            <simpara>
186
                A mirror is set between the local node and a remote
187
                one, which must be specified with the --secondary-node
188
                option. Use this option to obtain a highly available
189
                instance that can be failed over to a remote node
190
                should the primary one fail.
186
              A mirror is set between the local node and a remote one, which
187
              must be specified with the second value of the --node option. Use
188
              this option to obtain a highly available instance that can be
189
              failed over to a remote node should the primary one fail.
191 190
	      </simpara>
192 191
            </listitem>
193 192
        </varlistentry>
......
197 196
      <para>
198 197
        For example if you want to create an highly available instance
199 198
        use the remote_raid1 disk template:
200
      <synopsis>gnt-instance add -n <replaceable>TARGET_NODE</replaceable> -o <replaceable>OS_TYPE</replaceable> -t remote_raid1 \
201
  --secondary-node=<replaceable>SECONDARY_NODE</replaceable> <replaceable>INSTANCE_NAME</replaceable></synopsis>
199
        <synopsis>gnt-instance add -n <replaceable>TARGET_NODE</replaceable><optional>:<replaceable>SECONDARY_NODE</replaceable></optional> -o <replaceable>OS_TYPE</replaceable> -t remote_raid1 \
200
  <replaceable>INSTANCE_NAME</replaceable></synopsis>
202 201

  
203 202
      <para>
204 203
        To know which operating systems your cluster supports you can use:

Also available in: Unified diff