search for: scan_time

Displaying 2 results from an estimated 2 matches for "scan_time".

Did you mean: con_time
2009 May 19
2
[PATCH 1/1] OCFS2: timer to queue scan of all orphan slots
...s_inc_lock); +#define ORPHAN_SCAN_SCHEDULE_TIMEOUT 600000 + static int ocfs2_force_read_journal(struct inode *inode); static int ocfs2_recover_node(struct ocfs2_super *osb, int node_num, int slot_num); @@ -1841,6 +1844,112 @@ bail: return status; } +static inline int ocfs2_orphan_scan_timeout(void) +{ + return ORPHAN_SCAN_SCHEDULE_TIMEOUT; +} + +/* + * ocfs2_queue_delayed_orphan_scan, gets an EX lock on ds_lockres and checks + * LVB for recent scan time. If scanned recently than timeout, new scans are + * not queued, otherwise it queues recovery of all orphan slots and updates + * LV...
2019 Nov 16
2
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
...42 Nov 17 00:32 sa-learn-spam.sh $ cat sa-learn-ham.sh #!/bin/sh exec /usr/bin/rspamc learn_ham When I execute the script manually, it seems to work: $ cat [some-mail] | /usr/lib/dovecot/sieve/sa-learn-ham.sh Results for file: stdin (0.011 seconds) success = true; filename = "stdin"; scan_time = 0.012000; Again, with the same mail: $ cat [some-mail] | /usr/lib/dovecot/sieve/sa-learn-ham.sh Results for file: stdin (0.000 seconds) error = "<some-mail> has been already learned as ham, ignore it"; filename = "stdin"; scan_time = 0.0; Any ideas what causes the abno...