CESNET / netopeer2

NETCONF toolset
BSD 3-Clause "New" or "Revised" License
291 stars 186 forks source link

peer mount #1497

Open rydy opened 8 months ago

rydy commented 8 months ago

Hi,

I have a question, Will peer mounting be supported in the future? Based on the current netopeer2, I want to implement peermount, do you have any suggestions?

michalvasko commented 8 months ago

You waste no time, the draft is rather new and I have not been aware of it so no, we have no plans of supporting it, currently. I went quickly through it and I think I understand the general idea but it seems there is just a "mount client" defined as an opaque external entity that is identified by IP address/host name/whatever and should provide the mounted data if requested by the server.

It seems this mount client is outside the scope of that draft. I understand that but at the same time I think it would be a good idea to have a separate draft for its specification. Or how exactly did you plan on implementing it? I cannot help you much without this information.

Still, this does not seem exactly like a trivial feature and a great care should should be taken when design the whole solution.