--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-gr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Are you thinking of something like the vFiler functionality on NetApp's 7 mode DataOn Tap stuff?
If so, from what I have seen the Isilon doesn't do this deep isolation like this. OneFS allows for segregation of data based on authentication zones but the underlying namespace is still the same one space.
Jason said:
“OneFS allows for segregation of data based on authentication zones but the underlying namespace is still the same one space.
Be careful here. The way auth zones work, from the users’ POV, the namespace is distinct from all others (i.e. any other zone, including the system zone). In other words, even if the user knows the names of other shares (other == not in the same auth zone) they cannot see it. They cannot interrogate it, map it, anything. Everything outside the zone is invisible.
So each zone indeed does have its own namespace, separate from all other zones including the system zone. Underneath, it’s one filesystem, so our data may end up sharing disks (although with SmartPools there are methods to segregate that as well) but the namespaces are unique. I can have H:\foo.txt, you can have H:\foo.txt; they are two completely different entities.
Having said that, it is possible to map a given share into > 1 auth zone, thus conflating namespaces and allowing for overlapping shares, but that is an administrative decision. Most implementations I’ve seen have complete isolation.
Rob