until_refresh act strange
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
In Progress
|
Undecided
|
Gorka Eguileor |
Bug Description
If until_refresh of a tenant is None and we modify configuration file to set until_refresh equal 1, then the until_refresh property will not change after adding a new volume.
It means that modifying until_reshresh from None to 1 does not work to existing tenant.
If until_refresh of a tenant is 1 and we modify configuration file to set until_refresh equal None, then the until_refresh property will change to None after adding a new volume.
It means that modifying until_reshresh from 1 to None does work to existing tenant.
I think the situation will make openstackers confused.
The inner reason is that if only when refresh of a tenant is 1, refresh will be triggered.
the related function is quota_reserver in /cinder/
Changed in cinder: | |
assignee: | nobody → xhzhf (guoyongxhzhf) |
tags: | added: quotas |
Changed in cinder: | |
assignee: | nobody → Gorka Eguileor (gorka) |
status: | New → In Progress |
Unassigning due to no activity for > 6 months.