Hi there Sudhir, When you say disk full issue, is this the critical disk usage exception or is this where you physically have no more space on the disk. If you have the critical disk usage percentage exception thrown, you could temporarily disable this, by setting the percentage to 0. https://geode.apache.org/docs/guide/11/tools_modules/gfsh/command-pages/create.html#topic_bkn_zty_ck
This of course is there to protect the system before it runs out of space. BUT if you have some usable space available (let's say 10-20GB) then you could potentially start without the check and then start clearing some data. If you have physically run out of space `du -hs` tells you that you no space left, you are unfortunately left with the option to attach larger disks or reduce data stored. You could potentially look into compacting the diskstores, https://geode.apache.org/docs/guide/11/tools_modules/gfsh/command-pages/compact.html, which might free up some space, BUT this would required 2x the existing used space to complete. --Udo On Tue, Jan 30, 2018 at 6:28 AM, Sudhir Babu Pothineni < [email protected]> wrote: > > Because of disk full issue, the servers are not starting, this is similar > to problem described here: https://discuss.pivotal. > io/hc/en-us/community/posts/205143537--ConflictingPersistentDataExcep > tion-Region-PdxTypes?mobile_site=true > > Any solution to get out of this state of the cluster? > > Thanks > Sudhir >
