/srv/irclogs.ubuntu.com/2015/07/08/#maas.txt

mupBug #1384279 changed: Enhancement Request Version and program data "About" <maas (Ubuntu):Expired> <https://launchpad.net/bugs/1384279>04:27
amiralihi everyone06:43
amiralimaas 1.8 question > can anyone help ?06:44
amirali......07:04
amiraliFailed to query node's BMC07:14
gnuoyI woke up this morning with a spring in my step ready to wield the mighty maas only to discover that it seems to have imported a broken image (http://paste.ubuntu.com/11840324/). So, 1) can I revert to an earlier image? 2) are there docs covering 1 that I've missed? 3) what should I file a bug against for the broken image?08:28
amiralicould anyone tell me about vmware powertype in maas 1.809:53
amiralihi RoAkSoAx10:28
amiraliare you there?10:28
mupBug #1472626 opened: MAAS should provide an easy way to add PPAs on a per-system or per-tag basis <MAAS:Triaged> <https://launchpad.net/bugs/1472626>14:01
mupBug #1472626 changed: MAAS should provide an easy way to add PPAs on a per-system or per-tag basis <MAAS:Triaged> <https://launchpad.net/bugs/1472626>14:13
mupBug #1472626 opened: MAAS should provide an easy way to add PPAs on a per-system or per-tag basis <MAAS:Triaged> <https://launchpad.net/bugs/1472626>14:22
gnuoyMaas has updated the troublesome  image and all is peachy again.15:38
stoHow do I tell curtin to use GPT instead of MBR with MAAS? I have a 3TB disk and MAAS only uses 2TB because it is using MBR15:47
kikosto: I think newer versions of curtin handle that correctly, dpkg -l | grep curtin?15:56
=== liam_ is now known as Guest71963
sto# dpkg -l | grep curtin                 ii  curtin-common                       0.1.0~bzr201-0ubuntu1~14.04.1         all          Library and tools for curtin installer     ii  python-curtin                       0.1.0~bzr201-0ubuntu1~14.04.1         all          Library and tools for curtin installer17:01
stokiko: ^17:01
mupBug #1472707 opened: Master Cluster fails to connect after importing wiley images  <hyperscale> <MAAS:New> <https://launchpad.net/bugs/1472707>17:02
kikohmm17:11
kikoI think that's pretty recent in fact17:11
kikojust a moment, otp17:11
mupBug #1472707 changed: Master Cluster fails to connect after importing wiley images  <hyperscale> <MAAS:New> <https://launchpad.net/bugs/1472707>17:14
mupBug #1472707 opened: Master Cluster fails to connect after importing wiley images  <hyperscale> <MAAS:New> <https://launchpad.net/bugs/1472707>17:17
oxkipoHi Im getting error used fallback datasource while turning on my node. Im on MAAS 1.818:47
kikosto: so, I'm not not sure whether curtin supports gpt drives for x8618:49
kikosto: I am looking at the source code and I can see some gpt code, but it seems only used on ARM18:49
kikosmoser, did I read the code wrong?18:49
smoseri think so18:49
kikosmoser, what calls partition_main()? is it maas?18:50
kikoif so, does maas know how to tell curtin to use gpt?18:50
smoserit can be told to do gpt, but it will only do it by default if it is booted uefi. i think.18:50
kiko    if uefi_bootable:18:51
kiko        return 'uefi'18:51
kiko    if machine in ['aarch64']:18:51
kiko        return 'gpt'18:51
kiko    elif machine.startswith('ppc64'):18:51
kiko        return 'prep'18:51
smoserso uefi is gpt.18:52
kikookay18:52
kikosto: does UEFI boot mode work for you?18:52
kikosmoser, is that mandatory, i.e. can you use GPT tables and BIOS?18:52
smoseri think the answer is probably.18:53
smoserso 2 ways to get gpt18:53
kikohttp://www.rodsbooks.com/gdisk/bios.html18:53
kikoit sort of does18:53
smosera.) you can change the config provided by maas to curtin to include18:53
smoser block-meta:18:54
smoser  format: gpt18:54
smoserb.) you can just let it do what it does, and then convert it to gpt (i think).18:54
oxkipoplease may someone help me?18:54
smoseroxkipo, cloud-init needs the maas server that it was instaled with to be present at each boot.18:55
kikooxkipo, you may need to provide some more information, as I didn't understand your question, but smoser is a good mind-reader :)18:56
smoserbut i think b i snot true.18:57
oxkipokiko at the end of booting the node after the ssh key im getting error used falback datasource18:57
kikoI don't think you can simply convert to gpt18:58
smoseri thought i did that... thought i made pt_mbr always leave room for a gpt secondary header at the end so you could convert from mbr to gpt using --mbrtogpt18:58
kikosmoser, I think converting is easy if you have less than 4 partitions18:59
smoserwell, only sort of easy.18:59
smoserfor sto's case it will work.18:59
smoserbut if you your mbr partitoin runs to the end of the disk, then there is no where to put the secondary header for gpt.19:00
smoserwithout writing on top of that filesystem19:00
smoserbut lucky for sto, he's got a full 1TB for that :)19:00
smoseras the mbr partition only goes to 2TB of the 3TB19:00
kikoyeah19:02
smoseri should make curtin leave 34 sectors off the end of mbr partitioned disks.19:03
smosergrowpart does that now.19:03
mupBug #1472741 opened: No way to delete images as the maas user that I can see <MAAS:New> <https://launchpad.net/bugs/1472741>19:08
stosmoser: I went the a. way and it worked ok19:13
stoeasier than changing partitions later19:13
sto;)19:13
stothanks19:13
smoserwell, changing is easy enough really.19:14
smosersgdisk --mbr2gpt , next reboot would pick it up19:15
kikosmoser, and a 3rd way would be to configure UEFI boot?19:29
smoserright.19:29
kikosto: would you be so kind as to ask an ask.ubuntu.com question? I'll try and edit into it what smoser replied19:29
smoserin whic hcase you'll get gpt and the uefi partition19:30
kikoyeah19:34
* kiko looks at sto19:34
stokiko: tomorrow i'll try to add the question19:57
stonow i'm going afk ... ;)19:58
kikosto: c'mon!20:04
smosersto, kiko just made a change to curtin trunk so that it will create mbr partition tables leaving 33 sectors for secondary gpt.20:27
smoserend result is that now it will do what i had thought it would do, and if you had a < 2TB disk that you installed to, you could boot20:27
smoserthen do: sgdisk --mbrtogpt /dev/sda20:27
smoserand reboot20:27
smoserand possibly then boot with gpt.20:27
smoseralso uploaded the change to growpart to have the same behavior.20:28
kikocool20:34
kikothanks!20:34
=== rbanffy-lunch is now known as rbanffy
=== mwhudson_ is now known as mwhudson
=== mwhudson is now known as Guest82160
=== Guest82160 is now known as mwhudson

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!