opendevreview | Atsushi Kawai proposed openstack/cinder master: Hitachi: Support AIX as host OS type https://review.opendev.org/c/openstack/cinder/+/828061 | 01:57 |
---|---|---|
opendevreview | Tushar Trambak Gite proposed openstack/cinder master: Reset state robustification for group-snapshot os-reset_status https://review.opendev.org/c/openstack/cinder/+/804757 | 03:21 |
opendevreview | Tushar Trambak Gite proposed openstack/cinder master: Reset state robustification for group os-reset_status https://review.opendev.org/c/openstack/cinder/+/804735 | 03:22 |
*** _pewp__ is now known as _pewp_ | 06:26 | |
opendevreview | Harsh Ailani proposed openstack/cinder master: [SVf] Manage host attachment using portsets https://review.opendev.org/c/openstack/cinder/+/817351 | 07:33 |
opendevreview | Gorka Eguileor proposed openstack/cinder master: Doc: Mention tick-tock upgrades https://review.opendev.org/c/openstack/cinder/+/830283 | 08:52 |
tom | Hi, I am trying to set up third party ci using software factory. How should I configure to let my ci system detect opendev repository changes and do some tests? Can someone help? | 09:39 |
opendevreview | Harsh Ailani proposed openstack/cinder master: [SVf]:Fix multiple lsvdisk calls for GMCV create volume operation. https://review.opendev.org/c/openstack/cinder/+/829110 | 10:04 |
opendevreview | Tushar Trambak Gite proposed openstack/cinder master: Reset state robustification for group-snapshot os-reset_status https://review.opendev.org/c/openstack/cinder/+/804757 | 11:04 |
opendevreview | Tushar Trambak Gite proposed openstack/cinder master: Reset state robustification for group os-reset_status https://review.opendev.org/c/openstack/cinder/+/804735 | 11:12 |
*** dviroel|out is now known as dviroel | 11:21 | |
opendevreview | Harsh Ailani proposed openstack/cinder master: [SVf]:Fix multiple lsvdisk calls for GMCV create volume operation. https://review.opendev.org/c/openstack/cinder/+/829110 | 11:28 |
TusharTgite_ | rosmaita: fix your comment take a look https://review.opendev.org/c/openstack/cinder/+/773985 | 13:18 |
opendevreview | Tushar Trambak Gite proposed openstack/cinder master: Reset state robustification for group os-reset_status https://review.opendev.org/c/openstack/cinder/+/804735 | 13:18 |
rosmaita | TusharTgite_: ack | 13:18 |
opendevreview | Tushar Trambak Gite proposed openstack/cinder master: Reset state robustification for group-snapshot os-reset_status https://review.opendev.org/c/openstack/cinder/+/804757 | 13:18 |
*** dviroel is now known as dviroel|lunch | 15:11 | |
opendevreview | Merged openstack/cinder master: [SVf] RevertToSnapshot for rep-volumes in group https://review.opendev.org/c/openstack/cinder/+/823015 | 15:38 |
opendevreview | Jan Hartkopf proposed openstack/cinder master: Ceph: add option to keep only last n snapshots per backup https://review.opendev.org/c/openstack/cinder/+/810457 | 15:38 |
opendevreview | Walt proposed openstack/cinder master: WIP Refactor capacity filter to use utils https://review.opendev.org/c/openstack/cinder/+/830456 | 15:41 |
hemna | found that today^^ | 15:41 |
hemna | the CapacityWeigher and CapacityFilter don't use the same code for calculating the virtual free space | 15:42 |
raghavendrat | Hi reviewers, requesting feedback on: https://review.opendev.org/c/openstack/cinder/+/786054 | 16:08 |
raghavendrat | This is one of the features for "Y" release. | 16:08 |
raghavendrat | https://blueprints.launchpad.net/cinder/yoga -> nimble-change-location | 16:08 |
raghavendrat | --- | 16:08 |
raghavendrat | Below patches were reviewed by me recently: | 16:08 |
raghavendrat | https://review.opendev.org/c/openstack/cinder/+/817351 | 16:09 |
raghavendrat | https://review.opendev.org/c/openstack/cinder/+/606346 | 16:09 |
*** dviroel|lunch is now known as dviroel | 16:15 | |
opendevreview | Tushar Trambak Gite proposed openstack/cinder master: Reset state robustification for volume os-reset_status https://review.opendev.org/c/openstack/cinder/+/773985 | 17:36 |
hemna | you guys around? rosmaita? | 18:49 |
rosmaita | hemna: hello | 19:02 |
hemna | hey | 19:08 |
hemna | so I'm trying to understand the logic of the filter scheduler's math and why it's different than the CapacityWeigher's algorithm for calculating the same value. | 19:09 |
hemna | https://gist.github.com/hemna/b65b2617db7c1a0e94c8d66c1fb50e74 | 19:09 |
hemna | I put together that gist to show the issue that I am seeing. | 19:09 |
hemna | I wrote a tool so I can monitor my pools in production and had to decide which algorithm I'm using to determine how much space the scheduler is using to determine if i need more storage pools added. | 19:10 |
hemna | either I'm stupid and don't understand the 2 mechanisms or there is something up. | 19:10 |
hemna | the capacityweigher seems to apply the reserved to the total space available | 19:11 |
hemna | vs. the filter scheduler seems to apply the reserved to the free reported | 19:12 |
hemna | with thick provisioning the numbers from the 2 mechanisms are the same. | 19:13 |
rosmaita | i remember seeing a document at some point explaining how cinder computes free space | 19:16 |
hemna | it doesn't make sense to me | 19:16 |
hemna | because I'm getting negative numbers for the CapacityWeigher | 19:17 |
enriquetaso | is this issue related to rbd only? | 19:21 |
enriquetaso | https://bugs.launchpad.net/cinder/+bug/1960206 | 19:21 |
hemna | geguileo any idea? | 19:36 |
*** tbarron is now known as Guest252 | 19:40 | |
hemna | the numbers sort of get better when max overcommit is 2 | 19:42 |
hemna | but max overcommit of 1 it seems to break | 19:43 |
hemna | updated the gist with some new numbers for max overcommit of 2 vs 1 | 19:44 |
hemna | https://gist.github.com/hemna/b65b2617db7c1a0e94c8d66c1fb50e74 | 19:44 |
*** dviroel is now known as dviroel|brb | 21:23 | |
*** dviroel|brb is now known as dviroel | 21:40 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!