public DeleteStoragePoolCommand(StoragePool pool) {
   this(
       pool,
       LOCAL_PATH_PREFIX
           + File.separator
           + UUID.nameUUIDFromBytes((pool.getHostAddress() + pool.getPath()).getBytes()));
 }