#2219 PR merged
: Added $BACKUP_OPTIONS to the line with mount_url in 800_copy_to_tftp.…¶
Labels: enhancement
, fixed / solved / done
lewus opened issue at 2019-08-27 12:22:¶
…sh and 810_create_pxelinux_cfg.sh otherwise in case of OUTPUT=PXE, mounting the NFS will fail
-
Type: Enhancement
-
Impact: Normal
-
Reference to related issue (URL): #2216
-
How was this pull request tested?
rear -v mkbackup
-
Brief description of the changes in this pull request:
If the NFS server is running AIX, BACKUP_OPTIONS="nfsvers=3,nolock" has to be specified.
This also works fine when using OUTPUT=ISO and BACKUP=NETFS.
However in case of OUTPUT=PXE, mounting the NFS will fail with "mount.nfs: Remote I/O error" because in 800_copy_to_tftp.sh and 810_create_pxelinux_cfg.sh there is no $BACKUP_OPTIONS specified when "mount_url" is issued.
I have added $BACKUP_OPTIONS to the line with mount_url in 800_copy_to_tftp.sh and 810_create_pxelinux_cfg.sh otherwise in case of OUTPUT=PXE, mounting the NFS will fail.
jsmeix commented at 2019-08-29 11:13:¶
@gdha
I am still not in the office and will not be for some more weeks
so I cannot actually work on ReaR.
[Export of Github issue for rear/rear.]