Fix handling of disabled (shared) file storage
authorIustin Pop <iustin@google.com>
Mon, 4 Mar 2013 10:44:10 +0000 (11:44 +0100)
committerIustin Pop <iustin@google.com>
Mon, 4 Mar 2013 15:18:13 +0000 (16:18 +0100)
commit1fbb19fab9785de6344462a41903952647ac43a7
treeea2d1912c7a9e3dfed4edb607f3ddcf14d06c192
parentbfa99f7abd9c89d2d7d6ab8e9dd45349f43564e9
Fix handling of disabled (shared) file storage

The vcluster changes broke the disabling of file storage; we can
workaround by (manually) skipping the virtualisation of file storage
paths if they are not enabled.

Note that tests/QA are still broken with disabled file storage; this
patch only fixes production code.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/pathutils.py