Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
A task for attempting to send backups to a Datadomain NFS share that is either added directly as an NFS Repository or mounted to a Linux intermediary server as a Linux repository fails with the error:
Processing <VM_name> Error: Input/output error Failed to lock file [/mnt/path/to/backup.vbk]. Failed to open storage for read/write access. Storage: [/mnt/path/to/backup.vbk]. --tr:Failed to upgrade/fix the storage
flock()
file locking with their NFS implementation and must be mounted using nolock
parameter.
For NFS Repositories using a Linux gateway server, create the following registry value to configure the default NFS mount parameters that will be used with the specified NFS share.
Key Location: HKLM\SOFTWARE\Veeam\Veeam Backup and Replication
Value Name: NfsLinuxMountOptions
Value Type: Multi-String Value (REG_MULTI_SZ)
Value Data(Default): rw,soft,timeo=600,retrans=5,intr
Notes:
rw,soft,timeo=600,retrans=5,intr
10.0.0.120:/backups;rw,soft,timeo=600,retrans=5,intr,nolock 10.0.0.121:/backups;rw,soft,timeo=600,retrans=5,intr,nolock 10.0.0.122:/backups;rw,soft,timeo=600,retrans=5,intr,nolock
For Linux repositories where the datadomain NFS share has been directly mounted, update the mount parameters in the /etc/fstab
to include nolock
.
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.