[Bug 1452698] Re: Issue in sahara-common.postinst.in: sahara-db-manage is executet on fresh install (even without a db-connection)

Launchpad Bug Tracker 1452698 at bugs.launchpad.net
Wed Aug 26 15:48:10 UTC 2015


** Branch linked: lp:~degorenko/sahara/bug-1452698

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to sahara in Ubuntu.
https://bugs.launchpad.net/bugs/1452698

Title:
  Issue in sahara-common.postinst.in: sahara-db-manage is executet on
  fresh install (even without a db-connection)

Status in sahara package in Ubuntu:
  Confirmed

Bug description:
  Hi there,

  i dont know if this is the right place for this bug-report!?

  But the following script-lines will execute sahara-db-manage, even on
  an fresh install without any configured db-connection.

      if ! grep -qE "^(sql_)?connection( )?=.*" ${SAHARA_CONF} || \
           grep -qE "^(sql_)?connection.*sqlite.*" ${SAHARA_CONF}; then
                  su -s /bin/sh -c 'sahara-db-manage --config-file /etc/sahara/sahara.conf upgrade head' sahara
      fi

  Becuse the default is:

  #connection=<None>

  and this matches the negated grep .

  # lsb_release -rd
  Description:	Ubuntu 14.04.2 LTS
  Release:	14.04

  # apt-cache policy sahara-common
  sahara-common:
    Installed: 2015.1.0-0ubuntu1~cloud0
    Candidate: 2015.1.0-0ubuntu1~cloud0
    Version table:
   *** 2015.1.0-0ubuntu1~cloud0 0
          500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-proposed/kilo/main amd64 Packages
          100 /var/lib/dpkg/status
       2015.1~rc1-0ubuntu1~cloud0 0
          500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main amd64 Packages

  
  Regards
  Tino

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sahara/+bug/1452698/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list