mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 03:35:21 +01:00
ad47d2f444
fixes #12849 1, gives a default value to blob status in the migration script, and use none to replace the empty string as the StatusNone, that will more readable on debugging failure. 2, GC jobs marks all of blobs as StatusDelete in the mark phase, but if encounter any failure in the sweep phase, GC job will quite and all of blobs are in StatusDelete. If user wants to execute the GC again, it will fail as the StatusDelete cannot be marked as StatusDelete. So, add StatusDelete in the status map to make StatusDelete can be marked as StatusDelete. Signed-off-by: wang yan <wangyan@vmware.com> |
||
---|---|---|
.. | ||
migrations/postgresql | ||
photon | ||
checkenv.sh | ||
common.sh | ||
harbor.yml.tmpl | ||
install.sh | ||
prepare | ||
pushimage.sh |