Comment 5 for bug 1524924

Revision history for this message
Narinder Gupta (narindergupta) wrote : Re: [Bug 1524924] Re: maas does not enable all interfaces during commisoning

updated the bug with all information needed.

Thanks and Regards,
Narinder Gupta (PMP) <email address hidden>
Canonical, Ltd. narindergupta [irc.freenode.net]
+1.281.736.5150 narindergupta2007[skype]

Ubuntu- Linux for human beings | www.ubuntu.com | www.canonical.com

On Thu, Dec 10, 2015 at 12:37 PM, Andres Rodriguez <email address hidden>
wrote:

> Also, can you pelase list all your fabrics/subnets ?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1524924
>
> Title:
> maas does not enable all interfaces during commisoning
>
> Status in MAAS:
> Incomplete
>
> Bug description:
> install MAAS 1.9 with mutiple interfaces enabled and DHCP through MAAS
> on different subnet and fabrics.
>
> Commission a node with mutiple interfaces but all attach to same
> fabric. During investigation found out that not all interfaces are
> enabled.
>
> could init output http://paste.ubuntu.com/13900677/
>
> commissioning output in MAAS
> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
> group default
> link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
> inet 127.0.0.1/8 scope host lo
> valid_lft forever preferred_lft forever
> inet6 ::1/128 scope host
> valid_lft forever preferred_lft forever
> 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
> state UP group default qlen 1000
> link/ether 52:54:00:f5:af:4c brd ff:ff:ff:ff:ff:ff
> inet 10.4.1.70/21 brd 10.4.7.255 scope global eth0
> valid_lft forever preferred_lft forever
> inet6 fe80::5054:ff:fef5:af4c/64 scope link
> valid_lft forever preferred_lft forever
> 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group
> default qlen 1000
> link/ether 52:54:00:d2:df:db brd ff:ff:ff:ff:ff:ff
> 4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group
> default qlen 1000
> link/ether 52:54:00:06:ff:71 brd ff:ff:ff:ff:ff:ff
>
> but actual ip address after commisoning is as follows:
>
> ubuntu@bootstrap:~$ ip addr
> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
> group default
> link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
> inet 127.0.0.1/8 scope host lo
> valid_lft forever preferred_lft forever
> inet6 ::1/128 scope host
> valid_lft forever preferred_lft forever
> 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
> state UP group default qlen 1000
> link/ether 52:54:00:f5:af:4c brd ff:ff:ff:ff:ff:ff
> inet 10.4.1.70/21 brd 10.4.7.255 scope global eth0
> valid_lft forever preferred_lft forever
> inet6 fe80::5054:ff:fef5:af4c/64 scope link
> valid_lft forever preferred_lft forever
> 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
> state UP group default qlen 1000
> link/ether 52:54:00:d2:df:db brd ff:ff:ff:ff:ff:ff
> inet 10.4.9.151/24 brd 10.4.9.255 scope global eth1
> valid_lft forever preferred_lft forever
> inet6 fe80::5054:ff:fed2:dfdb/64 scope link
> valid_lft forever preferred_lft forever
> 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
> state UP group default qlen 1000
> link/ether 52:54:00:06:ff:71 brd ff:ff:ff:ff:ff:ff
> inet 10.2.66.151/24 brd 10.2.66.255 scope global eth2
> valid_lft forever preferred_lft forever
> inet6 fe80::5054:ff:fe06:ff71/64 scope link
> valid_lft forever preferred_lft forever
> ubuntu@bootstrap:~$
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/maas/+bug/1524924/+subscriptions
>