qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1261320] [NEW] Virtual Disk with over 16TB
@ 2013-12-16  9:37 Chris Weltzien
  2013-12-16 15:48 ` Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chris Weltzien @ 2013-12-16  9:37 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hi,

is there a option to create a disk for a vm with a size over 16TB.

the problem that after the diskfile reach 16TB, the disk get a state of read-only at this limit.
I know, that 16TB file size is max, is there a option to create the disk in mutliple files?
we want to use 22 TB. in the VM 

To attach a partition directly to the vm, is not what we want to do.

best regards

Chris

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: img qemu

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1261320

Title:
  Virtual Disk with over 16TB

Status in QEMU:
  New

Bug description:
  Hi,

  is there a option to create a disk for a vm with a size over 16TB.

  the problem that after the diskfile reach 16TB, the disk get a state of read-only at this limit.
  I know, that 16TB file size is max, is there a option to create the disk in mutliple files?
  we want to use 22 TB. in the VM 

  To attach a partition directly to the vm, is not what we want to do.

  best regards

  Chris

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1261320/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [Bug 1261320] [NEW] Virtual Disk with over 16TB
  2013-12-16  9:37 [Qemu-devel] [Bug 1261320] [NEW] Virtual Disk with over 16TB Chris Weltzien
@ 2013-12-16 15:48 ` Stefan Hajnoczi
  2013-12-16 17:03 ` [Qemu-devel] [Bug 1261320] " Chris Weltzien
  2017-01-26  7:55 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2013-12-16 15:48 UTC (permalink / raw)
  To: Bug 1261320; +Cc: qemu-devel

On Mon, Dec 16, 2013 at 09:37:34AM -0000, Chris Weltzien wrote:
> is there a option to create a disk for a vm with a size over 16TB.
> 
> the problem that after the diskfile reach 16TB, the disk get a state of read-only at this limit.
> I know, that 16TB file size is max, is there a option to create the disk in mutliple files?
> we want to use 22 TB. in the VM 

Basically no, not in a clean way for a production VM.  Can you attach
multiple disks to the guest and then use software RAID0 or LVM to get a
22 TB device inside the guest?

If not, here are some options:
1. Switch to a different file system (XFS is your best bet)
2. Use LVM (and get a slight performance boost for free!)
3. Tweak file system settings (e.g. bigger block size may allow larger
files)

Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1261320] Re: Virtual Disk with over 16TB
  2013-12-16  9:37 [Qemu-devel] [Bug 1261320] [NEW] Virtual Disk with over 16TB Chris Weltzien
  2013-12-16 15:48 ` Stefan Hajnoczi
@ 2013-12-16 17:03 ` Chris Weltzien
  2017-01-26  7:55 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Chris Weltzien @ 2013-12-16 17:03 UTC (permalink / raw)
  To: qemu-devel

Hi Stefan,

thank you for your response.

We're decided to only use 16Tb as vhd for the system.


best regards

Chris

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1261320

Title:
  Virtual Disk with over 16TB

Status in QEMU:
  New

Bug description:
  Hi,

  is there a option to create a disk for a vm with a size over 16TB.

  the problem that after the diskfile reach 16TB, the disk get a state of read-only at this limit.
  I know, that 16TB file size is max, is there a option to create the disk in mutliple files?
  we want to use 22 TB. in the VM 

  To attach a partition directly to the vm, is not what we want to do.

  best regards

  Chris

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1261320/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1261320] Re: Virtual Disk with over 16TB
  2013-12-16  9:37 [Qemu-devel] [Bug 1261320] [NEW] Virtual Disk with over 16TB Chris Weltzien
  2013-12-16 15:48 ` Stefan Hajnoczi
  2013-12-16 17:03 ` [Qemu-devel] [Bug 1261320] " Chris Weltzien
@ 2017-01-26  7:55 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2017-01-26  7:55 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1261320

Title:
  Virtual Disk with over 16TB

Status in QEMU:
  Won't Fix

Bug description:
  Hi,

  is there a option to create a disk for a vm with a size over 16TB.

  the problem that after the diskfile reach 16TB, the disk get a state of read-only at this limit.
  I know, that 16TB file size is max, is there a option to create the disk in mutliple files?
  we want to use 22 TB. in the VM 

  To attach a partition directly to the vm, is not what we want to do.

  best regards

  Chris

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1261320/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-26  8:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16  9:37 [Qemu-devel] [Bug 1261320] [NEW] Virtual Disk with over 16TB Chris Weltzien
2013-12-16 15:48 ` Stefan Hajnoczi
2013-12-16 17:03 ` [Qemu-devel] [Bug 1261320] " Chris Weltzien
2017-01-26  7:55 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).