Lines Matching refs:dst
338 def _zfs_send_recv(self, src, dst):
352 cmd2 = ['/usr/sbin/zfs', 'receive', dst]
366 # Delete the temporary src snapshot and dst snapshot
368 dst_snapshot_name = "%s@tmp-snapshot-%s" % (dst, src['id'])
389 def _rad_zfs_send_recv(self, src, dst, dst_san_info=None):
407 dst_pat = dst.rsplit('/', 1)[0]
420 name=dst, socket_type=zfsmgr.SocketType.AF_INET,
439 # Delete the temporary dst snapshot
440 pat = radc.ADRGlobPattern({"name": dst})
450 LOG.debug(("Transfered src stream'%s' to dst'%s' on the host'%s'") %
451 (src_snapshot_name, dst, self.hostname))
498 def rename_volume(self, src, dst):
499 """Rename the volume from src to dst in the same zpool."""
500 cmd = ['/usr/sbin/zfs', 'rename', src, dst]
503 LOG.debug(_("Rename the volume '%s' to '%s'") % (src, dst))
590 # check if the src and dst volume are under the same zpool