Bug 986877

Summary: RFE: Implement set-uuid command
Product: [Community] Virtualization Tools Reporter: Richard W.M. Jones <rjones>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, bfan, mbooth
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 995176 (view as bug list) Environment:
Last Closed: 2013-07-22 12:54:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 995176    

Description Richard W.M. Jones 2013-07-22 10:13:45 UTC
Description of problem:

Currently UUIDs on ext2/3/4 filesystems can be set using the special
set-e2uuid command.  However it's possible to set these as well for
XFS (using xfs_admin -U ...).  We should implement a generic set-uuid
call which can handle either.

(Requested by: Bo Fan)