integralstor / integralstor_gridcell

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

Error creating samba share for guest user #178

Closed naveenmh closed 6 years ago

naveenmh commented 7 years ago

System information:

Type Version/Name
Distribution Name "CentOS Linux"
Distribution Version "6.6 (Core)"
Linux Kernel "2.6.32-504.el6.x86_64"
Architecture "x86_64"
Integralstor Version "master" commit id : "https://github.com/integralstor/integralstor_gridcell/commit/aa061036e751d2abce4f1a07a758c5c3fe8e1cf2"

Describe the problem you're observing

  1. Error message on while creating samba share but actually created the share.

Describe the expected behaviour

Describe how to reproduce the problem

Include any warning/errors/backtraces from the system logs:

Error page/screens

gridcell_error_creating_shares_for_guest_user

naveenmh commented 7 years ago

cifs.py in integralstor_utils, cmd_list = [] is initialized inside the if condition for create_share function. Need to put it out, will fix this issue.

raamsri commented 7 years ago

https://github.com/integralstor/integralstor_utils/pull/26