Github user ustcweizhou commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1029#discussion_r43848708
  
    --- Diff: server/src/com/cloud/configuration/Config.java ---
    @@ -672,6 +672,7 @@
                 "86400",
                 "The interval (in seconds) to wait before running the storage 
cleanup thread.",
                 null),
    +    StorageCleanupDelay("Advanced", StorageManager.class, Integer.class, 
"storage.cleanup.delay", "86400", "Determines how long (in seconds) to wait 
before actually expunging destroyed volumes. The default value = the default 
value of storage.cleanup.interval.", null),
    --- End diff --
    
    To make the configuration more readable, I will move all the 
storage-cleanup related configurations to Configurable interface.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to