cancel
Showing results for 
Search instead for 
Did you mean: 

Puredisk... How to clear the space

ambad_vilas
Level 3

Hi all,

Storage space utilisation is reached 98%. I have deleted one of the client to free up some space. But even after deleting the client i am not able to reclaim some space. I can see the deleted client in data mining report with the detailed space utilisation.
Is there anything more i have to do after deleting client to regain the free space... Please suggest, i m really in trouble.

1 REPLY 1

S_Williamson
Level 6

Your retention must be too high for the amount of storage. You either need to present more storage to your server, reduce the time on disk.

Also go to "cd /Storage"

run "du * -hs"

output should be something like

[Servername]:/Storage # du * -hs
400K    FSsync
4.8T    data
188G    databases
592K    etc
8.8G    history
72K     home_dirs
2.2G    log
0       lost+found
29M     oldtemp
0       patches
0       patchinfo
0       processed
93M     queue
17M     spool
447M    tmp
3.8G    var
0       vfs

From this you can see 4.8TB is in the data folder. If your tmp folder is rather large you might be able to remove some items.

also run "/opt/pdcr/bin/crcontrol --dsstat"

Output is

[Servername]:/Storage # /opt/pdcr/bin/crcontrol --dsstat

************ Data Store statistics ************
Data storage       Size   Used  Avail Use%
                           5.7T   4.4T   1.3T  77%
Number of containers             : 23466
Average container size           : 219829576 bytes (209.65MB)
Space allocated for containers   : 5158520849600 bytes (4.69TB)
Space used within containers     : 4846510668376 bytes (4.41TB)
Space available within containers: 312010181224 bytes (290.58GB)
Space needs compaction           : 229606575986 bytes (213.84GB)
Records marked for compaction    : 3063063
Active records                   : 38674926
Total records                    : 41737989

Use "--dsstat 1" to get more accurate statistics

Puredisk Stops when the Use% reaches 90%