integralstor / integralstor_gridcell

Gluster/ZFS based open source scale-out storage system
1 stars 3 forks source link

Creating Directory inside volumes #35

Closed ramaseshan closed 8 years ago

ramaseshan commented 9 years ago

We may need a screen that allows an admin to create a directory within a gluster volume. So we will need to use the same tree structure js that you use for creating a share but with the additional functionality of creating a dir under any other directory. You can use libgfapi to create the dir on the backend.

For new setups, the volume will only have the root dir and no subdirs under that. So when the admin tries to browse when creating a share, nothing shows up. If there are no subdirs, them can we just display '/' there?