Skip to main content
Question

kasten cannot export snapshot to different nfs server

  • February 11, 2026
  • 4 comments
  • 13 views

Hi all,
I am using Openshift 4.16 and Kasten 8.0.2.
And problem is that I am using one nfs server (we will call it NFS1) for keeping applications on it (with storageclass1) and another nfs server (NFS2) which i want to use for exporting snapshots.
And problem that i have is for kasten to export applications that are on nfs1 to nfs2, although I created location profile, which point to pvc2, which later points to NFS2 server through storageclass2.

But the funny thing is that when I am using app that is already hosted on nfs2, and try to backup it and to export it to nfs2 server, that works well.

So, this problem only occurs when I want to backup apps from nfs1 and export their snapshot to nfs2.

Any idea on this problem?

4 comments

coolsport00
Forum|alt.badge.img+21
  • Veeam Legend
  • February 11, 2026

Hi ​@safiya ​@Madi.Cristil ...probably best to move this post to the Kasten page for better Kasten visibility?

Thank you.


eprieto
Forum|alt.badge.img+9
  • Veeam Legend
  • February 11, 2026

Hi all,
I am using Openshift 4.16 and Kasten 8.0.2.
And problem is that I am using one nfs server (we will call it NFS1) for keeping applications on it (with storageclass1) and another nfs server (NFS2) which i want to use for exporting snapshots.
And problem that i have is for kasten to export applications that are on nfs1 to nfs2, although I created location profile, which point to pvc2, which later points to NFS2 server through storageclass2.

But the funny thing is that when I am using app that is already hosted on nfs2, and try to backup it and to export it to nfs2 server, that works well.

So, this problem only occurs when I want to backup apps from nfs1 and export their snapshot to nfs2.

Any idea on this problem?

Hi,
this behavior could be related to how Kasten handles NFS-to-NFS exports rather than a generic configuration issue. You are on Kasten 8.0.2, and there was a known issue in early 8.0.x where exports to NFS location profiles might fail depending on the source backend, so upgrading to a newer 8.0.x/8.1 release would be a good first step.

https://docs.kasten.io/8.0.11/releasenotes/?utm_source=chatgpt.com

Best Regards.’


  • Author
  • Comes here often
  • February 13, 2026

Hi all,
I am using Openshift 4.16 and Kasten 8.0.2.
And problem is that I am using one nfs server (we will call it NFS1) for keeping applications on it (with storageclass1) and another nfs server (NFS2) which i want to use for exporting snapshots.
And problem that i have is for kasten to export applications that are on nfs1 to nfs2, although I created location profile, which point to pvc2, which later points to NFS2 server through storageclass2.

But the funny thing is that when I am using app that is already hosted on nfs2, and try to backup it and to export it to nfs2 server, that works well.

So, this problem only occurs when I want to backup apps from nfs1 and export their snapshot to nfs2.

Any idea on this problem?

Hi,
this behavior could be related to how Kasten handles NFS-to-NFS exports rather than a generic configuration issue. You are on Kasten 8.0.2, and there was a known issue in early 8.0.x where exports to NFS location profiles might fail depending on the source backend, so upgrading to a newer 8.0.x/8.1 release would be a good first step.

https://docs.kasten.io/8.0.11/releasenotes/?utm_source=chatgpt.com

Best Regards.’

I upgraded Kasten version to 8.0.15, and it is still the same.. Do you think that upgrade to Kasten 8.5.x could help?


eprieto
Forum|alt.badge.img+9
  • Veeam Legend
  • February 14, 2026

If it were my environment, I would:

  1. Test with 8.5.x (latest patch available).

  2. Run a manual debug pod mounting both PVCs (from NFS1 and NFS2) to confirm cross-write access works outside of Kasten.

If the manual copy fails, it’s infrastructure-level. If it succeeds, then we’re likely looking at a Kasten export workflow edge case.