在我们在群集上使用的其中一个帐户中,主目录中有一个隐藏文件夹:
[user@gateway .felix]$ ls | head -10
osgi-cache1050e0f4_15774cb91f4_-7ffe
osgi-cache-1063880a_15289337854_-7ffe
osgi-cache-10716929_155ac249b99_-7ffe
osgi-cache-1076af32_1567b76f77c_-7ffe
osgi-cache10fdd858_15288297a76_-7ffe
osgi-cache1145761a_1567b157a97_-7ffe
osgi-cache-1158de5c_15775794758_-7ffe
osgi-cache-117b5c79_1577655ca87_-7ffe
osgi-cache-1188faa3_154532959fc_-7fff
osgi-cache11bf2822_1528906f443_-7ffe
这包含大量目录:
osgi-cache-37166e7_1545cb3b7e0_-7ffe/bundle10
在每个文件夹中:
[user@gateway bundle4]$ cat bundle.location
reference:file:/gpfs22/local/centos6/matlab/2013a/java/jar/toolbox/bioinfo.jar
matlab
所以我认为这些文件是由.felix
以某种方式创建的。
这个{{1}}文件夹包含大约150k个文件,导致我们超过300k文件的配额。有办法:
答案 0 :(得分:1)
从技术上讲,它是apache-felix
捆绑缓存(http://felix.apache.org/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.html),我担心如果不联系用户就无法安全删除任何这些内容(即使在迁移路径时也是如此) )。