as for this issue it must be FusionCloud solution. so need solved this issue as following details steps:
1、ls -l /var/log/work. need keep the oupput is "ls: cannot access /var/log/work: No such file or directory"
2、create soft link with commnad:
cp -arf /opt/dsware/update/work/var/log
cd /opt/dsware/update && rm -rf ./work
ln -s /var/log/work ./work
3、retey the upgrade step. when u finsihed the upgrade operation need clear the environmnet.
cd /var/log && rm -rf ./work
cd /opt/dsware/update && rm -rf ./work
mkdir work

