Merge "Drop until-complete flag for db purge"

This commit is contained in:
Zuul
2023年11月10日 16:38:12 +00:00
committed by Gerrit Code Review

View File

@@ -88,7 +88,7 @@
Unit:"nova-archive-deleted.service"
- service_name:"nova-purge-deleted"
execstarts:
- /bin/sh -c "{{ _db_nova_bin }}/nova-manage db purge --until-complete --all-cells --before \"$(date -d '{{ nova_purge_deleted_before }}' +'%%Y-%%m-%%d %%H:%%M')\""# noqa: yaml[line-length]
- /bin/sh -c "{{ _db_nova_bin }}/nova-manage db purge --all-cells --before \"$(date -d '{{ nova_purge_deleted_before }}' +'%%Y-%%m-%%d %%H:%%M')\""# noqa: yaml[line-length]
environment:
UMASK:'0640'
UMASK_DIR:'0750'
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.