integralstor / integralstor_gridcell

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

Share /var/log over SMB & NFS #184

Closed raamsri closed 7 years ago

raamsri commented 7 years ago

Signed-off-by: six-k ramsri.hp@gmail.com

raamsri commented 7 years ago

Modified share names.

On Tue, Sep 5, 2017 at 12:20 PM, Raamsri notifications@github.com wrote:

@six-k commented on this pull request.

In site-packages/integralstor_gridcell/cifs.py https://github.com/integralstor/integralstor_gridcell/pull/184#discussion_r136906356 :

@@ -66,6 +66,16 @@ def _generate_local_share(f): f.write(" kernel share modes = no\n") f.write(" force group = integralstor\n") f.write(" browseable = no\n") +

  • ret, err = cifs_utils.generate_share_header(
  • f, 'integralstor_system_logs')

I saw the warning too but there is another share by the name integralstor_local_storage so I presumed that you had previously decided to ignore the warning.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/integralstor/integralstor_gridcell/pull/184#discussion_r136906356, or mute the thread https://github.com/notifications/unsubscribe-auth/AUICXwEqimccm5G94Lt1FlZ7BCMrs4Dfks5sfO8YgaJpZM4PMAF8 .