Skip to content

Commit

Permalink
Update samba_libs.py
Browse files Browse the repository at this point in the history
Worked on the comments
  • Loading branch information
vdas-redhat authored Jan 6, 2022
1 parent 34805bb commit 575c7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glustolibs-gluster/glustolibs/gluster/samba_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import re
import time
from glusto.core import Glusto as g
from glustolibs.gluster.volume_libs import is_volume_exported
from glustolibs.gluster.mount_ops import GlusterMount
from glustolibs.gluster.ctdb_ops import (
edit_hook_script,
Expand All @@ -31,7 +30,8 @@
is_ctdb_status_healthy)
from glustolibs.gluster.volume_libs import (
setup_volume,
wait_for_volume_process_to_be_online)
wait_for_volume_process_to_be_online,
is_volume_exported)


def start_smb_service(mnode):
Expand Down

0 comments on commit 575c7e1

Please sign in to comment.