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

Increase the default virtual disk of GNS3 VM.ova and add low disk space warning #2311

Closed
bpozdena opened this issue Oct 26, 2017 · 2 comments
Assignees
Milestone

Comments

@bpozdena
Copy link

Recently, many appliances in my topology started freezing randomly. I could not find out why until I finally noticed I that /dev/sdb1 ran out of space.

It was relatively easy to expand the vDisk in VMWare and then resize the partition using GParted. It was just not easy to detect the actual problem.

Would it be possible to:

  1. Warn the user in GNS3 console when /dev/sdb1 utilization gets over 90% ?
gns3@gns3vm:~$ df -Pl | grep '^/dev/sdb1' | awk '{print "Available Disk Space: " 100 - $5 "%"}'
 Available Disk Space: 1%
  1. Increase the default disk size of GNS3 VM-disk2.vmdk in the GNS3 VM.ova? Perhaps 300GB lazy-zeroed would be more preferable default value compare to the current 100GB.

Thanks for considering,
Sairus

@grossmj grossmj added this to the 2.1 milestone Oct 26, 2017
@grossmj grossmj self-assigned this Oct 26, 2017
@grossmj grossmj modified the milestones: 2.1, 2.1.1 Oct 26, 2017
@grossmj
Copy link
Member

grossmj commented Nov 14, 2017

I've increased the disk size to 300GB: GNS3/gns3-vm@b6bb7d7

However let's check that the VM OVA is still small after the next build.

@grossmj
Copy link
Member

grossmj commented Nov 14, 2017

I have implemented the low disk space warning: GNS3/gns3-server@9afe756

@grossmj grossmj closed this as completed Nov 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants