Hey there guys.
got in same (almost same) situation
here is my fstab:
Code:
/dev/pve/root / ext3 errors=remount-ro 0 1
/dev/pve/data /var/lib/vz ext3 defaults 0 1
/dev/cciss/c0d1p1 /usr/backup ext3 defaults 0 2
UUID=531c357d-8639-4945-8346-48a47e9c2c70 /boot ext3 defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
the part before
Code:
/dev/cciss/c0d1p1 /usr/backup ext3 defaults 0 2
went good after upgrade but the system stopped @ the line before causing an fsck error complaining about unable to find drive. and truly, i looked the /dev/cciss - there is no more such directory, instead, i now have /dev/sda and /dev/sdb
so i just edited the line to
Code:
/dev/sda1 /usr/backup ext3 defaults 0 2
and boot process completed fine, BUT (lots of things would be fine without those but(t)s
)
now i've got this error:
Code:
# hpacucli ctrl all show config
Error: No controllers detected.
this makes the PITA to monitor my drives!
for an example i've got this in my crontab:
Code:
59 23 * * * root /usr/sbin/hpacucli ctrl all show config | mail -s "HP Array Status" roman@***.ee > /dev/null 2>&1
so i had every night a short report of my controller disks state.
can i do something like that after the upgrade? i'll be honest and say that i didnt look for solution in google yet, asking just if You have some quick answer out of Your experience
just upgraded thought. ..