Raw file does not exist after dist-upgrade to Proxmox VE 3.3

aletsh

New Member
Feb 25, 2014
4
0
1
Hi there,

i have a big problem.

before update to proxmox 3.3 I had a 'NAS:101/vm-101-disk-2.raw' (1TB). On this hard drive that was added to an OpenMediaVault with ftp's acounts, files, backups...

But after "dist-updgrade" and when i try to up my VM look this:
root@vh:~# qm start 104
volume 'NAS:101/vm-101-disk-2.raw' does not exist

Where is this *.raw?:confused:
magic? :'(

Someone help me?
Captura_de_pantalla_2014_11_08_a_las_3_48_20.png
 

Attachments

  • Captura_de_pantalla_2014_11_08_a_las_3_48_20.png
    Captura_de_pantalla_2014_11_08_a_las_3_48_20.png
    54.1 KB · Views: 17
Last edited:
can you post your

/etc/pve/storage.cfg

?


This:


root@vh:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content images,iso,vztmpl,rootdir
maxfiles 0


dir: NAS
path /media/nas
content images
maxfiles 1
nodes vh


nfs: WD-NAS
disable
path /mnt/pve/WD-NAS
server 192.168.1.101
export /DataVolume/vzBackup
options vers=3
content backup
nodes vh
maxfiles 5


nfs: SYN-BACKUP
path /mnt/pve/SYN-BACKUP
server 192.168.1.100
export /volume1/Backup-NFS
options vers=3
content backup
nodes vh
maxfiles 5
 
so,
your

'NAS:101/vm-101-disk-2.raw


should be in

/media/nas/images/101/vm-101-disk-2.raw


Is your directory mounted ?

(Note that proxox automount only nfs if you define it, like for your others storage)
 
so,
your

'NAS:101/vm-101-disk-2.raw


should be in

/media/nas/images/101/vm-101-disk-2.raw


Is your directory mounted ?

(Note that proxox automount only nfs if you define it, like for your others storage)


Yes! is mounted:


# df -h
Filesystem Size Used Avail Use% Mounted on
udev 10M 0 10M 0% /dev
tmpfs 786M 348K 786M 1% /run
/dev/mapper/pve-root 58G 1.8G 53G 4% /
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.6G 28M 1.6G 2% /run/shm
/dev/mapper/pve-data 150G 29G 121G 19% /var/lib/vz
/dev/sda1 495M 106M 365M 23% /boot
/dev/md0 917G 20G 851G 3% /media/nas
 
Yes! is mounted:


# df -h
Filesystem Size Used Avail Use% Mounted on
udev 10M 0 10M 0% /dev
tmpfs 786M 348K 786M 1% /run
/dev/mapper/pve-root 58G 1.8G 53G 4% /
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.6G 28M 1.6G 2% /run/shm
/dev/mapper/pve-data 150G 29G 121G 19% /var/lib/vz
/dev/sda1 495M 106M 365M 23% /boot
/dev/md0 917G 20G 851G 3% /media/nas
Hi,
/dev/md0 is an softwareraid and not an nas!
an nas is normaly mounted via nfs?!
And your VM-disk was 1000G in size, but /dev/md0 has only 917G - so your vm-disk can't fit on this stoage.

you should mount the right storage on this position.


Udo