Replace curly quotes with straight quotes
Change-Id: I57d10687acdc281dab6d7dbc4a1e231f47ee2f7a
This commit is contained in:
@@ -24,7 +24,7 @@ The OpenStack Foundation bylaws state:
|
|||||||
Project is the Block Storage, Compute, Dashboard, Identity Service,
|
Project is the Block Storage, Compute, Dashboard, Identity Service,
|
||||||
Image Service, Networking, and Object Storage modules. The Secretary
|
Image Service, Networking, and Object Storage modules. The Secretary
|
||||||
shall maintain a list of the modules in the Core OpenStack Project
|
shall maintain a list of the modules in the Core OpenStack Project
|
||||||
which shall be posted on the Foundation’s website.
|
which shall be posted on the Foundation's website.
|
||||||
|
|
||||||
4.13
|
4.13
|
||||||
|
|
||||||
|
@@ -58,7 +58,7 @@ the threadpool overhead. It helps for systems calls that are going out to disk,
|
|||||||
but it slowed down calls to the data that is in buffer cache, so in reality
|
but it slowed down calls to the data that is in buffer cache, so in reality
|
||||||
using a threadpool brought a great cost to overall throughput, in some cases,
|
using a threadpool brought a great cost to overall throughput, in some cases,
|
||||||
users saw a 25% drop in throughput. Another solution was to separate object
|
users saw a 25% drop in throughput. Another solution was to separate object
|
||||||
server processes per disk. The solution also helped with slow disks and there’s
|
server processes per disk. The solution also helped with slow disks and there's
|
||||||
no need for a thread pool, but for super dense servers with many dozens of disks
|
no need for a thread pool, but for super dense servers with many dozens of disks
|
||||||
it meant that memory consumption spiked up, limiting the memory available for
|
it meant that memory consumption spiked up, limiting the memory available for
|
||||||
the filesystem.
|
the filesystem.
|
||||||
|
@@ -149,7 +149,7 @@ of heavy emphasis on mentoring in the community, with multiple different
|
|||||||
efforts underway. There is the new OpenStack Ladder program, inspired
|
efforts underway. There is the new OpenStack Ladder program, inspired
|
||||||
by the Drupal Ladder program, which aims to bring more
|
by the Drupal Ladder program, which aims to bring more
|
||||||
users and operators into the contributor space and ensure that they
|
users and operators into the contributor space and ensure that they
|
||||||
don’t feel overwhelmed by our contribution processes.
|
don't feel overwhelmed by our contribution processes.
|
||||||
|
|
||||||
Growing New Leaders
|
Growing New Leaders
|
||||||
-------------------
|
-------------------
|
||||||
@@ -191,7 +191,7 @@ OpenStack that much more.
|
|||||||
When community members started taking deep dives into projects to
|
When community members started taking deep dives into projects to
|
||||||
which they don't normally contribute, there was a ton of
|
which they don't normally contribute, there was a ton of
|
||||||
enlightenment. Old prejudices took a backseat as we walked a mile in
|
enlightenment. Old prejudices took a backseat as we walked a mile in
|
||||||
each other’s shoes. This new understanding is part of why hierarchical
|
each other's shoes. This new understanding is part of why hierarchical
|
||||||
quotas are now implemented and working in many services, and are now
|
quotas are now implemented and working in many services, and are now
|
||||||
getting tested in the field. We expect most of the OpenStack projects,
|
getting tested in the field. We expect most of the OpenStack projects,
|
||||||
as well as a number of non OpenStack projects in adjacent communities
|
as well as a number of non OpenStack projects in adjacent communities
|
||||||
|
Reference in New Issue
Block a user