Z
zaazz
Guest
I seem to have fubar'd my box. I know there isn't a ton of "good" information in this post but given my explanation, however bad it is and given how little experience I have with this software, I truly hope someone will read this and think they have an idea about what I may have done.
I added a new hard drive and was reading up on LVM group creation stuff. I went into the web interface before I did anything else and tried to add a new LVM there. I'm not sure exactly what I did but when I hit save, all default options left as is, it created a new group and it was full, the allocated space was almost completely filled. Thinking I just created something that I haven't set up to use yet I disabled it and rebooted. I got a few errors even trying to disable it. But after the reboot I can no longer get a network connection to that box. Also, none of my servers come up. It's going to be hard to copy paste any outputs here to the forum but I do have access to the command line and I can log into it but nothing else seems to work.
The new drive is set to /dev/sdb but its not configured at all. PE=0, total PE=0, Free PE =0, Allocated PE=0
I also did this to the new drive right before rebooting:
proxmox-ve:~# pvcreate /dev/sdb
Physical volume "/dev/sdb" successfully created
proxmox-ve:~#
Second, create a volume group (vg):
proxmox-ve:~# vgcreate usb-stick /dev/sdb
Volume group "seconddrive" successfully created
proxmox-ve:~#
I added a new hard drive and was reading up on LVM group creation stuff. I went into the web interface before I did anything else and tried to add a new LVM there. I'm not sure exactly what I did but when I hit save, all default options left as is, it created a new group and it was full, the allocated space was almost completely filled. Thinking I just created something that I haven't set up to use yet I disabled it and rebooted. I got a few errors even trying to disable it. But after the reboot I can no longer get a network connection to that box. Also, none of my servers come up. It's going to be hard to copy paste any outputs here to the forum but I do have access to the command line and I can log into it but nothing else seems to work.
The new drive is set to /dev/sdb but its not configured at all. PE=0, total PE=0, Free PE =0, Allocated PE=0
I also did this to the new drive right before rebooting:
proxmox-ve:~# pvcreate /dev/sdb
Physical volume "/dev/sdb" successfully created
proxmox-ve:~#
Second, create a volume group (vg):
proxmox-ve:~# vgcreate usb-stick /dev/sdb
Volume group "seconddrive" successfully created
proxmox-ve:~#