Storage Node replication error
-
Running Version 1.3.4
SVN Revision: 6066Just re-added a storage node and replication is not working. I am seeing the following in the image replication log and I am not sure what its pointing too. Other storage node is working and replicating fine. I know the ftp password is good as I was able to use filezilla to connect. Reset permissions on the /images folder and double checked the fogstorage password. Any help would be appreciated.
[02-02-17 6:35:23 pm] * Deleting remote file: /images/Dell7040Win10x64/d1.mbr
[02-02-17 6:35:23 pm] | Files do not match.
mirror: Access failed: 550 Failed to change directory. (/images/Dell_7040_Win10x64_Update)
[02-02-17 6:35:22 pm] | Image Name: Dell_7040_Win10_x64
[02-02-17 6:35:22 pm] * Found Image to transfer to 1 node
[02-02-17 6:35:22 pm] * Started sync for Image Dell_7040_Win10x64_Update
lftp -e ‘set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; set net:limit-rate 0:64000; mirror -c -R --ignore-time -vvv --exclude “dev/” --exclude “ssl/” --exclude “CA” --delete-first ‘/images/Dell_7040_Win10x64_Update’ ‘’/images/Dell_7040_Win10x64_Update’‘; exit’ -u fog,[Protected] 192.168.3.109
[02-02-17 6:35:22 pm] | CMD:
[02-02-17 6:35:22 pm] * Starting Sync Actions
mirror: Access failed: 550 Failed to change directory. (/images/Dell_3040_Win7_x64_Update)
[02-02-17 6:35:20 pm] | Image Name: Dell_7040_Win10x64_Update
[02-02-17 6:35:20 pm] * Found Image to transfer to 1 node
[02-02-17 6:35:20 pm] * Started sync for Image Dell_3040_Win7_x64_Update
lftp -e ‘set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; set net:limit-rate 0:64000; mirror -c -R --ignore-time -vvv --exclude “dev/” --exclude “ssl/” --exclude “CA” --delete-first ‘/images/Dell_3040_Win7_x64_Update’ ‘’/images/Dell_3040_Win7_x64_Update’‘; exit’ -u fog,[Protected] 192.168.3.109
[02-02-17 6:35:20 pm] | CMD:
[02-02-17 6:35:20 pm] * Starting Sync Actions
mirror: Access failed: 550 Failed to change directory. (/images/Dell_3040_Win7_x64)
[02-02-17 6:35:19 pm] | Image Name: Dell_3040_Win7_x64_Update
[02-02-17 6:35:19 pm] * Found Image to transfer to 1 node
[02-02-17 6:35:19 pm] * Started sync for Image Dell_3040_Win7_x64
lftp -e ‘set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; set net:limit-rate 0:64000; mirror -c -R --ignore-time -vvv --exclude “dev/” --exclude “ssl/” --exclude “CA” --delete-first ‘/images/Dell_3040_Win7_x64’ ‘’/images/Dell_3040_Win7_x64’‘; exit’ -u fog,[Protected] 192.168.3.109
[02-02-17 6:35:19 pm] | CMD:
[02-02-17 6:35:19 pm] * Starting Sync Actions
mirror: Access failed: 550 Failed to change directory. (/images/Dell_3040_Win10_x64)
[02-02-17 6:35:17 pm] | Image Name: Dell_3040_Win7_x64
[02-02-17 6:35:17 pm] * Found Image to transfer to 1 node
[02-02-17 6:35:17 pm] * Started sync for Image Dell_3040_Win10_x64
lftp -e ‘set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; set net:limit-rate 0:64000; mirror -c -R --ignore-time -vvv --exclude “dev/” --exclude “ssl/” --exclude “CA” --delete-first ‘/images/Dell_3040_Win10_x64’ ‘’/images/Dell_3040_Win10_x64’‘; exit’ -u fog,[Protected] 192.168.3.109
[02-02-17 6:35:17 pm] | CMD: -
@FallingWax Could be cause the images is marked as protected in fog. may want to try to uncheck that. I am sure this is the issue. And the image on the node you added back are different than on the master node. They may be old images.
--delete-first ‘/images/Dell_7040_Win10x64_Update’ ‘’/images/Dell_7040_Win10x64_Update’’; exit’ -u fog,[Protected] 192.168.3.109
-
@Raymond-Bell I removed the protection but still no good. These images do not exist on node now.
-
@FallingWax The node replicate every 10 min so give it some time and then check the Replication Log again please and post here
-
I got this figured out. Found another post with the same issue…
-
@FallingWax Can you post the link here where others will know?
-
@Raymond-Bell It was permissions issue. I thought i had everything set properly but these two changes fixed the issue.
chown -R fog:root /images
chmod -R 777 /images -
@FallingWax Good to hear.