Re: [systemd-devel] automount nested nfs share

2016-05-04 Thread Marco Giunta
On 2016-05-04 11:41, Lennart Poettering wrote: So yeah, systemd doesn't cover this fully currently, and I am not sure it really should in this case. Sorry! don't worry, I know it is a specific case; I'll try to use your solution or to use 'autofs', like before. Thank you very much, Marco

Re: [systemd-devel] automount nested nfs share

2016-05-04 Thread Lennart Poettering
On Wed, 04.05.16 10:40, Marco Giunta (giu...@sissa.it) wrote: > Hi at all, > I've a problem with automount features of systemd. I need to mount two nfs > share in this way: > > > /srv/nfs nfs-server.example.com:/share1 > /srv/nfs/nested nfs-server.example.com:/share2 >

Re: [systemd-devel] automount nested nfs share

2016-05-04 Thread Jóhann B . Guðmundsson
Open up a support case with Red Hat since that's what you are paying for. On 05/04/2016 08:40 AM, Marco Giunta wrote: Hi at all, I've a problem with automount features of systemd. I need to mount two nfs share in this way: /srv/nfsnfs-server.example.com:/share1 /srv/nfs/nested

[systemd-devel] automount nested nfs share

2016-05-04 Thread Marco Giunta
Hi at all, I've a problem with automount features of systemd. I need to mount two nfs share in this way: /srv/nfsnfs-server.example.com:/share1 /srv/nfs/nested nfs-server.example.com:/share2 On my old RHEL6 workstation, I used autofs, but now, with a RHEL7 workstatio