/* Check if we are trying to use the Volume on a different drive */
if (dev != vol->dev) {
/* Caller wants to switch Volume to another device */
+#ifdef xxx
Dmsg2(dbglvl, "==== Swap from dev=%s to %s\n",
dev->print_name(), vol->dev->print_name());
switch_device(dcr, vol->dev);
dev = vol->dev;
bstrncpy(dcr->VolumeName, VolumeName, sizeof(dcr->VolumeName));
-#ifdef xxx
+#else
if (!vol->dev->is_busy()) {
/* OK to move it -- I'm not sure this will work */
Dmsg3(dbglvl, "==== Swap vol=%s from dev=%s to %s\n", VolumeName,