Urgent.News

What's breaking now, across thousands of outlets.

Tech

Nutanix Zero-Copy Migration Removes Data Movement. It Doesn't Remove Migration Risk.

Zero-copy migration removes one of the most time-consuming parts of a VMware migration: moving the data itself. What it does not remove are the identity, dependency, survivability, and verification risks that still determine whether the migration actually succeeds — and conflating the two is how a genuine engineering improvement gets sold as a safety feature it was never built to be. Nutanix Move…

Nutanix's Zero-Copy Migration removes the time-consuming part of migrating data in a VMware environment. However, it does not eliminate the risks associated with migration, such as identity, dependency, survivability, and verification risks. The company's Zero-Copy Migration feature, introduced in Nutanix Move 6.3, allows for a zero-copy path from ESXi to AHV on supported external storage arrays.

This path clones source vDisks by updating metadata pointers, provisions a new VM, and boots it once the original shuts down. This is a real capability that removes real, measurable overhead from a migration project, resulting in less staging capacity, temporary storage, maintenance window, operational effort, and faster execution.

Additionally, it allows for a straightforward rollback if something goes wrong during the conversion. However, zero-copy migration does not reduce the overall risk of migration. The verification step, which is critical in traditional migrations, is now missing in zero-copy migration. This step involves checking if everything arrived, was complete, and if the target is usable.

Without this step, there is no natural transfer checkpoint to ensure data integrity. While zero-copy migration can be used to build a validation step after a conversion, it is not a requirement. The risks that exist in migration, such as identity, dependency, and survivability risks, are not affected by the transfer method. These risks include issues with SIDs, service accounts, SPN registrations, certificate bindings, delegation trusts, backup tooling, monitoring agents, automation hooks, and DR orchestration. Zero-copy migration does not address these risks.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

What App Sandbox actually takes away from a Mac disk cleaner

A disk cleaner is a badly-shaped citizen of the App Sandbox: its whole job is to look at files the user did not explicitly pick.

  • Disk cleaner sandboxed version limited to user's home directory and certain app folders
  • Direct download version can scan additional system roots
  • Sandbox restricts accessing ~/Library folder directly

Email verified is not authorization

Verifying an email address strengthens identity. It does not decide what that identity may do. A user who clicked the confirm link is still only authenticated.

I'm 13. I Built a 5-Generation Security Suite Alone. My Family Called It a Joke.

ATLOCK — built by one 13-year-old, with no one in his corner TL;DR: I'm 13. I've built five generations of a Windows security suite — screen lockdown, NTFS-level file guarding, AES-encrypted password…

  • 13-year-old Akhouri Anmol Kumar developed ATLOCK security suite
  • ATLOCK includes screen lockdown, file guarding, encrypted vaults
  • Current version v4 free, v5 in development

Kubernetes Is Not Magic: Understanding How Kubernetes Actually Works

Kubernetes can look intimidating when you first encounter it. You see: kubectl get pods kubectl get deployments kubectl get services kubectl describe pod kubectl apply -f deployment.yaml Then you open…

  • Kubernetes simplifies management of containerized workloads
  • Desired-state system maintains application state automatically
  • Control plane and worker nodes make up a Kubernetes cluster

I built a free online C compiler from scratch – here's how it works

I recently built CForge, a free online C and C++ compiler that runs entirely in the browser. No signup. No ads. No installation.

  • I created CForge, a free online C/C++ compiler running in web browsers.
  • Code execution via Piston API with GCC 10.2, no Docker or backend needed.
  • Features include stdin, command line args, separate stdout/stderr, shareable links, auto-save.

How I analyze theHunter: Call of the Wild saves without changing them

Game saves contain a surprising amount of useful information, but much of it is hard to turn into useful decisions while playing.

  • Companion analyzes game saves without altering them
  • Provides context on animal populations and harvest history
  • Available on Hunter: Call of the Wild Tools website

More from Sunday 27 September →