Some storage servers can create full upload path during upload
commit6083d9d6ed94751b75f36912a144d68801eb1ff3
authorPyry Hakulinen <pyry@automattic.com>
Thu, 16 Feb 2012 08:57:06 +0000 (16 08:57 +0000)
committerdormando <dormando@rydia.net>
Mon, 27 Feb 2012 10:04:39 +0000 (27 02:04 -0800)
treee3e54c59dbe8f353ffd56e2129debcfbadb1d0bd
parentebe020f2c458273b33a13ae1e133c31e775bf1ee
Some storage servers can create full upload path during upload

New setting that allows admins to skip MKCOLs against storage nodes. Some
servers (nginx) can create can create full directory tree when a PUT request
is made. This will make cmd_create_open little bit faster because trackers do
not need to connect to storage nodes.

Needs this in nginx:
create_full_put_path on;
lib/MogileFS/Config.pm
lib/MogileFS/Device.pm