Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I seem to be having an issue creating flexvols in my netapp simulator. When I type the command:
vol create flexvol1 aggr1 10g
I receive the following message:
vol create: Request to create volume 'flexvol1' failed as space cannot be guaranteed for the volume.
How do I resolve this?
Thanks
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There isn't enough space... add more space to the aggr, create the aggr smaller, or thin provision the 10g using "-s none" in the vol create command to tell the aggr not to guarantee the space.
2 REPLIES 2
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There isn't enough space... add more space to the aggr, create the aggr smaller, or thin provision the 10g using "-s none" in the vol create command to tell the aggr not to guarantee the space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looks like your aggr1 done have space to guarantee 10g to your volume.
Either add more disk to your simulator in turn to your aggr.
Else create thin provisioned volume.
vol create flexvol1 –s none aggr1 10g
Regards
adai
