Changes between Version 1 and Version 2 of Ticket #666, comment 15
- Timestamp:
- 2012-10-01T01:43:46Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #666, comment 15
v1 v2 8 8 ... ) 9 9 }}} 10 rm'ing the share externally doesn't break that invariant: the !AccountingCrawler (when finished)will call {{{remove_deleted_share}}}, which will delete the leases before deleting the share entry.10 rm'ing the share externally doesn't break that invariant: the !AccountingCrawler will call {{{remove_deleted_share}}}, which will delete the leases before deleting the share entry. 11 11 12 12 > Also, shouldn't it check that the share is already marked as {{{"going"}}}, and raise an exception if not?