[pve-devel] [PATCH docs] add migration settings documentation
Wolfgang Bumiller
w.bumiller at proxmox.com
Wed Nov 30 09:28:56 CET 2016
On Tue, Nov 29, 2016 at 04:44:30PM +0100, Thomas Lamprecht wrote:
> Hi,
>
>
> On 11/29/2016 04:34 PM, Alexandre DERUMIER wrote:
> >Hi,
> >
> >+
> >>>+Here we want to use the 10.1.2.1/24 network as migration network.
> >>>+migration: secure,network=10.1.2.1/24
> >I think the network is:
> >
> >10.1.2.0/24
>
> Both works:
> 10.1.2.1/24 == 10.1.2.0/24 == 10.1.2.128/24
>
> /24 tells us that the last 8 bit are irrelevant and masked away, at least in
> this case, ip-tools can handle it just fine :)
After thinking about it a bit I do think using .0 is a more consistent
and sane choice for the reference documentation, mostly because in many
other parts we throw errors when the user enters a network with a
non-zero host part.
More information about the pve-devel
mailing list