Recently our webserver had a problem with a full disk on the root
partition, where BlueQuartz stores the codb.
Around that time we noticed that we were having a hard time making changes
to the BlueQuartz configuration. Since resolving the space issue (it was
due to logs that needed deleting), we can now modify and delete records,
but we are, for the most part, unable to add anything that needs a new
OID, it seems.
We currently have around 3800 directories in /usr/sausalito/codb/objects,
so there should be room for more, but whenever we try to create anything
new, we get an error like: UNKNOWN ERROR DURING CREATE.
In /var/log/messages we get errors like this as well:
ww1 cced(smd)[28872]: client 7:[48:25081]: CREATE "DnsRecord"
"mail_server_name" "=" "domain.ca" "type" "=" "MX" "domainname" "="
"domain.ca" "mail_server_priority" "=" "low" "hostname" "=" ""
Aug 24 15:08:34 ww1 cced(smd)[28872]: client 7:[48:25081]: CREATE
DnsRecord failed (-7)
It's almost as if BlueQuartz thinks that the disk is still full, when it
is clearly not. I've also checked the inode situation, and it's fine.
I'm a bit stuck, I've been messing with this one for hours. Any
assistance would be really appreciated!