rgranadino / mage2_vagrant

Simple Magento 2 Vagrant Box
249 stars 68 forks source link

NFS sync #35

Closed sonbui00 closed 8 years ago

sonbui00 commented 9 years ago

"flock(2) does not lock files over NFS." Magento use it. So I think many people will have some problem with NFS sync.

rgranadino commented 9 years ago

Is this an error you're seeing while running something (indexers or some other process that shouldn't be ran in parallel)?

sonbui00 commented 9 years ago

The error will not occur. But it is very slow for waiting. The anything use PHP flock function that will very slow(Magento use Zend, Zend cache use flock). You can see http://php.net/manual/en/function.flock.php. It don't work with NFS. I can't complete to install Magento .When I change sync file to VBox default. I work well.