2
file { '/opt/graphite/storage':
ensure => directory,
recurse => true,
owner => 'www-data',
group => 'www-data',
}
我在'/ opt/graphite/storage'目錄下有大約50G的文件。傀儡文件遞歸變化很慢
完成這個傀儡代碼花了大約300秒。
有沒有辦法加快速度呢?
校驗和=>沒有沒有解決我的問題...
我認爲它只是執行:chown www-data:www-data -R/opt/graphite/storage,它在你的50G目錄上花了多少時間? – LiorH
看看[這個建議的解決方案](http://stackoverflow.com/a/16049356/547020)。 –