GitHub user jayapalu opened a pull request: https://github.com/apache/cloudstack/pull/1991
CLOUDSTACK-9821: Fixed issue in deploying vm in basic zone Fixed issue in deploying vm in basic zone. There is issue in ipset command with xenserver 6.5. In util.pread2 ipset and -N is passed as single string and it caused the issue in command failure. util.pread2(['/bin/bash', '-c', 'ipset', '-N ', tmpname , type]) You can merge this pull request into a Git repository by running: $ git pull https://github.com/Accelerite/cloudstack CLOUDSTACK-9821 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1991.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1991 ---- commit c8819c0876582ffa1685b26bbb5aa4ed145d4723 Author: Jayapal <jayapal.ur...@accelerite.com> Date: 2017-03-06T11:10:05Z CLOUDSTACK-9821: Fixed issue in deploying vm in basic zone ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---