You know I realized that, so I added the folder on the master in /etc/exports with the others:
And on the provosioning image, on the $CHROOT/etc/fstab
[root@n2 ~]# cat /etc/fstab
tmpfs / tmpfs rw,relatime,mode=555 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
10.0.1.1:/home /home nfs nfsvers=3,nodev,nosuid,noatime 0 0
10.0.1.1:/opt/ohpc/pub /opt/ohpc/pub nfs nfsvers=3,nodev,noatime 0 0
10.0.1.1:/opt/intel /opt/intel nfs nfsvers=3,nodev,noatime 0 0
I ran the command "exportfs -a"
But steel, after rebuilding everthing, rebooting nodes, everything..... the folder /opt/intel is showing the content of /opt/ohpc/pub...
Any ideas why this could be happening?