https://bugzilla.wikimedia.org/show_bug.cgi?id=39221
--- Comment #16 from Aaron Schulz <[email protected]> 2012-08-15 23:55:00 UTC --- > $name = "local-public/archive/6/69/20110119133921!Afrikaner_Commandos2.JPG"; ... > var_dump( $nfs->getFileStat( array( 'src' => "mwstore://local-NFS/$name" ) ) > ); bool(false) > var_dump( $swift->getFileStat( array( 'src' => "mwstore://local-swift/$name" > ) ) ); array(4) { ["mtime"]=> string(14) "20120721184844" ["size"]=> int(123148) ["sha1"]=> string(31) "lox3gcuif55humxbiq3exjhcu6dg1wt" ["latest"]=> bool(true) } So the file is in Swift but not NFS. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
