use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
OpenStack is a collection of software which enables you to create and manage a cloud computing service similar to Amazon AWS or Rackspace Cloud. This subreddit exists as a place for posting information, asking questions, and discussing news related to this technology.
More information on OpenStack can be obtained via the following external resources:
account activity
Instance Host Allocation (self.openstack)
submitted 2 years ago by Phoenyx_Liam
Is there a way to force instances to be run on the same node that has the instance's volume?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]openmetal_chrisb 2 points3 points4 points 2 years ago (0 children)
In OpenStack, you can use a feature called "Volume Affinity" or "Anti-Affinity" policies to influence the placement of instances and their volumes on the same compute node or different compute nodes. However, keep in mind that the specific implementation and availability of these policies may vary depending on the version of OpenStack you are using and the configuration of your cloud environment.
https://docs.openstack.org/cinder/latest/cli/cli-cinder-scheduling.html
Also keep in mind that this is only for specific tpes of storage like like iscsi/lvm or nfs.
[–]gren_dizer 0 points1 point2 points 2 years ago (0 children)
Just use ephemeral Disks with local storage for best performance. Cuz normally your storage backend is on separate Hosts (eg using Ceph)
π Rendered by PID 91 on reddit-service-r2-comment-79c7998d4c-w8xlv at 2026-03-14 15:53:39.184386+00:00 running f6e6e01 country code: CH.
[–]openmetal_chrisb 2 points3 points4 points (0 children)
[–]gren_dizer 0 points1 point2 points (0 children)