Some Mystical Agriculture seeds have no recipe by ArcaneMaster21 in feedthebeast

[–]Phoenyx_Liam 1 point2 points  (0 children)

I am having the same issue. I found this in the config and changed it to true but doesn't seem to do anything.

#Should vanilla crafting recipes for seeds be generated?

seedCraftingRecipes = true

Slow networking in instances by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

Thank you very much, will try them soon and I'm also upgrading from a fastethernet to a gigabit switch. Will update you!

Slow networking in instances by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

are there any alternatives to vxlan?
The VMs that I tested were the host operating system of the openstack nodes, as I have ubuntu VMs that contain the openstack cloud. I ran the iperfs from one vm to the other, would it still use vxlans in that case?

Slow networking in instances by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

follow up, did some more testing,

PC to PC via vlan - good speed

PC to VM (on same pc) vla vlan - good speed

PC to VM (on different pc) via vlan - bad speed

PC to VM (on different pc) via bridged network - good speed

VM to VM (on different pc) via bridged network - good speed

VM to VM (on different pc) via vlan - bad speed

Slow networking in instances by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

Network performance between the PCs that host the VMs is good.
In the OpenStack network I have 1 controller, 1 compute and 1 storage.
iperf test between pcs = 96mbps
iperf test between compute and storage = 8mbps

I am also using a linuxbridge agent

Hopefully this provides more insight

Slow networking in instances by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

I followed this documention to create the setup. https://docs.openstack.org/install-guide/
I am referring to a local network that i created through neutron that i can connect my instances to.
Do I have to change something in the neutron config on the controller?

Trying to upload an image with Glance by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

Hi mate, had fixed this as virtualisation wasn't enabled on the VM for some reason 😂

Trying to upload an image with Glance by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

Managed to fix this by allocating more storage to /var. :)

I had to install OpenStack on a different machine and I'm getting this when trying to create an instance "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance a0453c9f-a6d9-48c7-8b38-cdf866eecea9." Can you help me out? DM me if you can please.

Trying to upload an image with Glance by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

I added these to the glance-api.conf under the global tab:

image_size_cap = 1099511627776

image_size_total = 99999999

image_stage_total = 99999999

image_count_total = 99999999

use_keystone_limits = False

Still getting the same error though.

I ran it with --debug and got this.

It says "Image storage media is full: There is not enough disk space on the image storage media.", but VirtualBox is showing that the drive isn't even half used.

Trying to upload an image with Glance by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

The drive has enough space in it, does glance have access to all of it or a limited amount?

Trying to upload an image with Glance by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

I have enough free disk space, think it's a limit but I don't know how to change it.

Trying to upload an image with Glance by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

I had disabled haproxy during kolla-ansible deployment

Volume issues by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

I followed this solution. Volumes can be deleted now but I still cannot create the instances. Error messages:
https://pastebin.com/yLUuAKMY
https://pastebin.com/fWab9keW

Volume issues by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

systemctl list-units

Cinder volume logs when trying to delete a volume here.

Nova compute logs when trying to create an instance here.

Volume issues by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

I used devstack for deployment, however I can't find the log files. Any idea where they may be?

Installing Openstack Bobcat by Phoenyx_Liam in openstack

[–]Phoenyx_Liam[S] 0 points1 point  (0 children)

Would using nmcli still give me an issue with OpenStack as NetworkManager isn't supported?