Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalram committed Apr 6, 2016
2 parents 5d62871 + b52683f commit 3da8a00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site-packages/integralstor_common/zfs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

test
import re, types, os, stat
import pprint

Expand Down Expand Up @@ -1817,6 +1817,7 @@ def remote_replication_command(pool,host,user,receive_pool):
print cmd
schedule,err = scheduler_utils.schedule_a_job(db_path,"Replication for %s"%(dataset),[{'replication':cmd}],retries=-2,extra = {'deletable':0})
print schedule,err
return True,None

"""
# Get the latest snapshot from the list to a given pool
Expand Down

0 comments on commit 3da8a00

Please sign in to comment.