On 15 June 2015 at 09:16, Andrew Stuart <[email protected]> wrote: > So Colin Percival has confirmed that there’s nothing special about EBS > volumes. Perhaps the error is because of my config. > > This is my hardcoded_jsoncfg. > > static char hardcoded_jsoncfg[] = "{\"net\": {\"cloner\": \"true\", > \"method\": \"dhcp\", \"type\": \"inet\", \"if\": \"xenif0\"}, \"cmdline\": > \"nginx_baked.xen -c /etc/conf/nginx.conf\", \"blk\": {\"fstype\": \"ufs\", > \"source\": \"etfs\", \"path\": \"blk0\", \"mountpoint\": \"/etc\"}}”; > > Is there any other configuration that I can check that might be the cause of > why the EBS volume isn’t mounting? > > This is my rumpbake.conf, the only modification I made was to add > rumpfs_ext2fs
Er, that config has ufs set as the fstype, not ext2, which may be an issue. Do you have your build set up in a repository anywhere so I could replicate it? I have been meaning to look at EC2 for ages but never got around to it. Justin
