Anomalie #61

Space is not marked as free when a storage is destroyed

Added by pnl 863 days ago. Updated 540 days ago.

Status:Closed Start:09/24/2009
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:- Spent time: -
Target version:-

Description

Using zish and mysql:

pnl@Vsite:scratchzone# storage foo 1
Storage foo created.

mysql> select free_space from storage_group where id = 2;
+------------+
| free_space |
+------------+
|        375 | 
+------------+
1 row in set (0.00 sec)

pnl@Vsite:scratchzone# no storage foo

mysql> select storage_group_id from storage where label = 'scratchzone.foo';
Empty set (0.00 sec)

mysql> select free_space from storage_group where id = 2;
+------------+
| free_space |
+------------+
|        375 | 
+------------+
1 row in set (0.00 sec)

History

Updated by pnl 767 days ago

  • Status changed from New to Solved

Seems to be working on test platform.

Updated by jul 540 days ago

  • Status changed from Solved to Closed

Also available in: Atom PDF