Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vhd-meta.py #206

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

vhd-meta.py #206

wants to merge 3 commits into from

Commits on Aug 11, 2014

  1. Add a VHD metadata collection script

    This script is useful for getting problematic VHDs off of a customer site
    without copying the entire VHD chain (which could be many GBs) or taking
    customer's sensitive data: the script copies only the metadata and recreates
    the VHD chain locally by adding zeros in place of data.
    
    Signed-off-by: Andrei Lifchits <andrei.lifchits@citrix.com>
    Signed-off-by: Germano Percossi <germano.percossi@citrix.com>
    andreil authored and germanop committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    167667c View commit details
    Browse the repository at this point in the history
  2. Improved VHD metadata collection script to work with LVHD files.

    VHD BAT size on LVM is kept at its maximum on purpose, to allow
    future resizes without moving data around.
    The modification takes this into account
    
    Signed-off-by: Germano Percossi <germano.percossi@citrix.com>
    Reviewed-by: Vineeth Thampi Raveendran <vineeth.thampi@citrix.com>
    germanop committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    975508c View commit details
    Browse the repository at this point in the history
  3. Improved version developed for SCTX-1515

    A better description to be done..
    
    Signed-off-by: Keith Petley <keith.petley@citrix.com>
    Signed-off-by: Germano Percossi <germano.percossi@citrix.com>
    krpetley authored and germanop committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    87ca139 View commit details
    Browse the repository at this point in the history