Is it possible to create a vdisk larger than the largest physical disk?


Go to solution Solved by JonathanM,

Recommended Posts

  • Solution
12 minutes ago, Dan-E said:

Will the 6TB vDisk span across the array?

No. Each disk in the parity array is an independent filesystem, the user shares are a merged directory tree across same named root folders on all participating disks.

 

Technically the answer to your thread title is yes, you can create vdisk's larger than the available space because they are created sparse, and only occupy the space actually written inside the image. However, as you found out, when the containing disk runs out of space, the vdisk doesn't have anywhere to put the data, so the virtual filesystem doesn't work correctly.

 

Instead of using the parity array, you can assign multiple disks to a pool, which can use either BTRFS or ZFS RAID levels to create a single filesystem spanning multiple physical disks.

Link to comment
Posted (edited)
6 hours ago, JonathanM said:

Instead of using the parity array, you can assign multiple disks to a pool, which can use either BTRFS or ZFS RAID levels to create a single filesystem spanning multiple physical disks.

 

Could I also reformat my Array to zfs/btrfs and create a single filesystem for all of the disks in the array?

Edited by Dan-E
Link to comment
16 minutes ago, Dan-E said:

Just a followup question.

 

Is the multiple disk pool also protected by the array parity disk(s)?

No. The parity disk(s) only act on the disks assigned with them.

 

Pools are traditional RAID levels, with whatever level of duplication you assign.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.