©XSIBackup-Free: Free Backup Software for ©VMWare ©ESXi

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1 General matters » Problem with nfs share from QNAP » 2019-02-22 12:00:34

JackiMode
Replies: 3

Hi,
I've got VMWare ESXi 6 and QNAP. QNAP has NFS share on witch i want to backup my virtual machines.

On ESXi:

esxcli storage nfs list
Volume Name  Host       Share  Accessible  Mounted  Read-Only   isPE  Hardware Acceleration
-----------  ---------  -----  ----------  -------  ---------  -----  ---------------------
qnap         10.0.0.61  vm           true     true      false  false  Not Supported

My job:

"/vmfs/volumes/datastore1/xsi-dir/xsibackup" \
--backup-point=/vmfs/volumes/qnap \
--backup-type=Custom \
--backup-how=Hot \
...(smtp options)...
--backup-vms=frontend1 \
--backup-prog=rsync \
--backup-id=008 \
--exec=yes >> "/vmfs/volumes/datastore1/xsi-dir/var/logs/xsibackup-job8.log"

I run:
./xsibackup --run-backup=008
but when coms to:
"Syncronizing config files"
My nfs share becomes unaccessible :

 esxcli storage nfs list
Volume Name  Host       Share  Accessible  Mounted  Read-Only   isPE  Hardware Acceleration
-----------  ---------  -----  ----------  -------  ---------  -----  ---------------------
qnap         10.0.0.61  vm          false     true      false  false  Unknown

In vSphere client under Configuration/Storage got "inactive".

Rest of log:

./xsibackup: line 1: can't create /vmfs/volumes/qnap/frontend1/frontend1.vmsd: Input/output error
cp: can't stat '/vmfs/volumes/qnap/frontend1': Input/output error
cp: can't stat '/vmfs/volumes/qnap/frontend1': Input/output error
[frontend1] info: VMWare Tools detected, taking snapshot QUIESCED(false)...
[frontend1] info: set argument --snapshot=doquiesce to quiesce your VMs
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Backing up virtual disks...
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
DISK=/vmfs/volumes/datastore1/frontend1/frontend1-000001-delta.vmdk
DISK=/vmfs/volumes/datastore1/frontend1/frontend1-000001.vmdk
DISK=/vmfs/volumes/datastore1/frontend1/frontend1-Snapshot18.vmsn
DISK=/vmfs/volumes/datastore1/frontend1/frontend1.vmdk
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(c) XSIDiff 1.1.1.4 licensed:
A full file copy will be performed, no meta-data available
Reading from file /vmfs/volumes/datastore1/frontend1/frontend1-000001.vmdk
Error opening file on createfile() function: /vmfs/volumes/qnap/frontend1/frontend1-000001.vmdk, error: Input/output error
Error creating file2: -1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(c) XSIDiff 1.1.1.4 licensed:
A full file copy will be performed, no meta-data available
Reading from file /vmfs/volumes/datastore1/frontend1/frontend1-Snapshot18.vmsn
Error opening file on createfile() function: /vmfs/volumes/qnap/frontend1/frontend1-Snapshot18.vmsn, error: Input/output error
Error creating file2: -1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(c) XSIDiff 1.1.1.4 licensed:
A full file copy will be performed, no meta-data available
Reading from file /vmfs/volumes/datastore1/frontend1/frontend1.vmdk
Error opening file on createfile() function: /vmfs/volumes/qnap/frontend1/frontend1.vmdk, error: Input/output error
Error creating file2: -1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
sending incremental file list
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[frontend1] CLXSITO1 error: rsync: ERROR: cannot stat destination "/vmfs/volumes/qnap/frontend1/frontend1-flat.vmdk": Input/output error (5)
rsync error: errors selecting input/output files, dirs (code 3) at main.c(634) [Receiver=3.1.0]

I've tried nfs41 also - result is the same.
Thats strange because it worked well a few months ago. Anybody have got an idea what was happened?

Board footer