Activity log for bug #1384333

Date Who What changed Old value New value Message
2014-10-22 16:44:18 Nobuto Murata bug added bug
2014-10-22 16:44:29 Nobuto Murata tags cts
2014-10-22 17:27:46 Blake Rouse bug added subscriber Blake Rouse
2014-10-22 20:03:31 Andres Rodriguez maas: status New Triaged
2014-10-22 20:03:36 Andres Rodriguez maas: importance Undecided Wishlist
2014-10-22 21:19:41 Nobuto Murata bug task added ceph (Juju Charms Collection)
2014-10-22 22:53:19 Nobuto Murata description maas: Installed: 1.7.0~beta7+bzr3266-0ubuntu1~trusty1 juju-core: Installed: 1.20.10-0ubuntu1~14.04.1~juju1 ceph charm gave an error related to the fact that only one NIC is up and other 2 NIC missing "auto" stanza in /etc/network/interfaces, otherwise ceph charm cannot use those 2 interfaces and fails. If maas is writing /etc/network/interfaces in maas nodes, maas should add "auto" stanza to all NICs available, not only for the first NIC. [/etc/network/interfaces on g4vm04.maas] ========== auto lo auto eth0 source /etc/network/eth0.config iface eth1 inet dhcp iface eth2 inet dhcp ========== ceph: series: trusty services: ceph: branch: lp:~openstack-charmers/charms/trusty/ceph/next constraints: tags=ceph num_units: 3 options: fsid: '6547bd3e-1397-11e2-82e5-53567c8d32dc' monitor-secret: 'AQCXrnZQwI7KGBAAiPofmKEXKxu5bUzoYLVkbQ==' osd-devices: '/dev/vdb' osd-reformat: 'yes' ceph-cluster-network: '10.2.0.0/24' ceph-public-network: '10.3.0.0/24' [NODE INFO] { "status": 6, "macaddress_set": [ { "resource_uri": "/MAAS/api/1.0/nodes/node-93edd14e-5a05-11e4-aa61-525400cada8a/macs/52%3A54%3A00%3A9a%3Af2%3Aa2/", "mac_address": "52:54:00:9a:f2:a2" }, { "resource_uri": "/MAAS/api/1.0/nodes/node-93edd14e-5a05-11e4-aa61-525400cada8a/macs/52%3A54%3A00%3A04%3Aea%3Abe/", "mac_address": "52:54:00:04:ea:be" }, { "resource_uri": "/MAAS/api/1.0/nodes/node-93edd14e-5a05-11e4-aa61-525400cada8a/macs/52%3A54%3A00%3Ace%3A86%3A82/", "mac_address": "52:54:00:ce:86:82" } ], "cpu_count": 2, "zone": { "resource_uri": "/MAAS/api/1.0/zones/default/", "name": "default", "description": "" }, "routers": [], "netboot": false, "osystem": "ubuntu", "storage": 1408, "hostname": "g4vm04.maas", "owner": "root", "ip_addresses": [ "10.2.0.103", "10.3.0.103", "192.168.104.39" ], "system_id": "node-93edd14e-5a05-11e4-aa61-525400cada8a", "architecture": "amd64/generic", "memory": 2048, "power_type": "virsh", "tag_names": [ "virtual", "ceph" ], "disable_ipv4": false, "distro_series": "trusty", "resource_uri": "/MAAS/api/1.0/nodes/node-93edd14e-5a05-11e4-aa61-525400cada8a/" }, [NETWORK INFO] $ maas root node-group-interfaces list bbf11606-a893-46d0-a164-380910d7a7b1 [ { "ip_range_high": null, "ip_range_low": null, "broadcast_ip": "10.230.127.255", "static_ip_range_low": null, "name": "eth0", "ip": "10.230.123.54", "subnet_mask": "255.255.248.0", "management": 0, "static_ip_range_high": null, "interface": "eth0" }, { "ip_range_high": "192.168.104.200", "ip_range_low": "192.168.104.20", "broadcast_ip": "192.168.104.255", "static_ip_range_low": null, "name": "eth1", "ip": "192.168.104.10", "subnet_mask": "255.255.255.0", "management": 2, "static_ip_range_high": null, "interface": "eth1" }, { "ip_range_high": "10.2.0.200", "ip_range_low": "10.2.0.100", "broadcast_ip": "10.2.0.255", "static_ip_range_low": null, "name": "ceph", "ip": "10.2.0.1", "subnet_mask": "255.255.255.0", "management": 1, "static_ip_range_high": null, "interface": "eth2" }, { "ip_range_high": "10.2.0.200", "ip_range_low": "10.2.0.100", "broadcast_ip": "10.2.0.255", "static_ip_range_low": null, "name": "ceph", "ip": "10.2.0.1", "subnet_mask": "255.255.255.0", "management": 1, "static_ip_range_high": null, "interface": "eth2" }, { "ip_range_high": "10.3.0.200", "ip_range_low": "10.3.0.100", "broadcast_ip": "10.3.0.255", "static_ip_range_low": null, "name": "api", "ip": "10.3.0.1", "subnet_mask": "255.255.255.0", "management": 1, "static_ip_range_high": null, "interface": "eth3" } ] maas:   Installed: 1.7.0~beta7+bzr3266-0ubuntu1~trusty1 juju-core:   Installed: 1.20.10-0ubuntu1~14.04.1~juju1 ceph charm gave an error related to the fact that only one NIC is up and other 2 NIC missing "auto" stanza in /etc/network/interfaces, otherwise ceph charm cannot use those 2 interfaces and fails. If maas is writing /etc/network/interfaces in maas nodes, maas should add "auto" stanza to all NICs available, not only for the first NIC. [/etc/network/interfaces on g4vm04.maas] ========== auto lo auto eth0 source /etc/network/eth0.config iface eth1 inet dhcp iface eth2 inet dhcp ========== ceph:   series: trusty   services:     ceph:       branch: lp:~openstack-charmers/charms/trusty/ceph/next       constraints: tags=ceph       num_units: 3       options:         fsid: '6547bd3e-1397-11e2-82e5-53567c8d32dc'         monitor-secret: 'AQCXrnZQwI7KGBAAiPofmKEXKxu5bUzoYLVkbQ=='         osd-devices: '/dev/vdb'         osd-reformat: 'yes'         ceph-cluster-network: '10.2.0.0/24'         ceph-public-network: '10.3.0.0/24' [NODE INFO]     {         "status": 6,         "macaddress_set": [             {                 "resource_uri": "/MAAS/api/1.0/nodes/node-93edd14e-5a05-11e4-aa61-525400cada8a/macs/52%3A54%3A00%3A9a%3Af2%3Aa2/",                 "mac_address": "52:54:00:9a:f2:a2"             },             {                 "resource_uri": "/MAAS/api/1.0/nodes/node-93edd14e-5a05-11e4-aa61-525400cada8a/macs/52%3A54%3A00%3A04%3Aea%3Abe/",                 "mac_address": "52:54:00:04:ea:be"             },             {                 "resource_uri": "/MAAS/api/1.0/nodes/node-93edd14e-5a05-11e4-aa61-525400cada8a/macs/52%3A54%3A00%3Ace%3A86%3A82/",                 "mac_address": "52:54:00:ce:86:82"             }         ],         "cpu_count": 2,         "zone": {             "resource_uri": "/MAAS/api/1.0/zones/default/",             "name": "default",             "description": ""         },         "routers": [],         "netboot": false,         "osystem": "ubuntu",         "storage": 1408,         "hostname": "g4vm04.maas",         "owner": "root",         "ip_addresses": [             "10.2.0.103",             "10.3.0.103",             "192.168.104.39"         ],         "system_id": "node-93edd14e-5a05-11e4-aa61-525400cada8a",         "architecture": "amd64/generic",         "memory": 2048,         "power_type": "virsh",         "tag_names": [             "virtual",             "ceph"         ],         "disable_ipv4": false,         "distro_series": "trusty",         "resource_uri": "/MAAS/api/1.0/nodes/node-93edd14e-5a05-11e4-aa61-525400cada8a/"     }, [NETWORK INFO] $ maas root node-group-interfaces list bbf11606-a893-46d0-a164-380910d7a7b1 [     {         "ip_range_high": null,         "ip_range_low": null,         "broadcast_ip": "10.230.127.255",         "static_ip_range_low": null,         "name": "eth0",         "ip": "10.230.123.54",         "subnet_mask": "255.255.248.0",         "management": 0,         "static_ip_range_high": null,         "interface": "eth0"     },     {         "ip_range_high": "192.168.104.200",         "ip_range_low": "192.168.104.20",         "broadcast_ip": "192.168.104.255",         "static_ip_range_low": null,         "name": "eth1",         "ip": "192.168.104.10",         "subnet_mask": "255.255.255.0",         "management": 2,         "static_ip_range_high": null,         "interface": "eth1"     },     {         "ip_range_high": "10.2.0.200",         "ip_range_low": "10.2.0.100",         "broadcast_ip": "10.2.0.255",         "static_ip_range_low": null,         "name": "ceph",         "ip": "10.2.0.1",         "subnet_mask": "255.255.255.0",         "management": 1,         "static_ip_range_high": null,         "interface": "eth2"     },     {         "ip_range_high": "10.3.0.200",         "ip_range_low": "10.3.0.100",         "broadcast_ip": "10.3.0.255",         "static_ip_range_low": null,         "name": "api",         "ip": "10.3.0.1",         "subnet_mask": "255.255.255.0",         "management": 1,         "static_ip_range_high": null,         "interface": "eth3"     } ]
2015-03-16 11:53:08 James Page ceph (Juju Charms Collection): status New Invalid
2015-09-10 20:50:03 Blake Rouse maas: status Triaged Fix Committed
2015-09-10 20:50:05 Blake Rouse maas: milestone 1.9.0
2016-01-05 15:12:02 Andres Rodriguez maas: status Fix Committed Fix Released