Cannot add NFS Share; Update gone wrong?

Status
Not open for further replies.

eric.j

Cadet
Joined
Jan 3, 2017
Messages
3
Hey guys,

we have a FreeNAS-9.10.1-U4 (ec9a7d3) running for some years now & I have to admit, I never really took care. I updated it from time to time & it showed me always the newest build, but Im afraid something gone wrong during an update.

For example, I cannot add a new NFS share, because Im getting that error:
upload_2017-1-3_15-45-33.png


Same goes for the "Control Services" menu:
upload_2017-1-3_15-46-21.png


Thats the update.failed file:

Code:
Running migrations for api:
- Nothing to migrate.
- Loading initial data for api.
Installed 0 object(s) from 0 fixture(s)
Running migrations for freeadmin:
- Nothing to migrate.
- Loading initial data for freeadmin.
Installed 0 object(s) from 0 fixture(s)
Running migrations for support:
- Nothing to migrate.
- Loading initial data for support.
Installed 0 object(s) from 0 fixture(s)
Running migrations for vcp:
- Nothing to migrate.
- Loading initial data for vcp.
Installed 0 object(s) from 0 fixture(s)
Running migrations for sharing:
- Nothing to migrate.
- Loading initial data for sharing.
Installed 0 object(s) from 0 fixture(s)
Running migrations for plugins:
- Nothing to migrate.
- Loading initial data for plugins.
Installed 0 object(s) from 0 fixture(s)
Running migrations for tasks:
- Nothing to migrate.
- Loading initial data for tasks.
Installed 0 object(s) from 0 fixture(s)
Running migrations for jails:
- Nothing to migrate.
- Loading initial data for jails.
Installed 0 object(s) from 0 fixture(s)
Running migrations for account:
- Nothing to migrate.
- Loading initial data for account.
Installed 0 object(s) from 0 fixture(s)
Running migrations for network:
- Nothing to migrate.
- Loading initial data for network.
Installed 0 object(s) from 0 fixture(s)
Running migrations for system:
- Nothing to migrate.
- Loading initial data for system.
Installed 0 object(s) from 0 fixture(s)
Running migrations for storage:
! Migration services:0181_auto__add_field_snmp_snmp_v3_authtype__add_field_snmp_snmp_v3_privprot should not have been applied before services:0180_auto__del_unique_iscsitargettoextent_iscsi_extent__add_unique_iscsitar but was.
! Migration services:0181_auto__add_field_snmp_snmp_v3_authtype__add_field_snmp_snmp_v3_privprot should not have been applied before services:0180_auto__del_unique_iscsitargettoextent_iscsi_extent__add_unique_iscsitar but was.
! Migration services:0181_auto__add_field_snmp_snmp_v3_authtype__add_field_snmp_snmp_v3_privprot should not have been applied before services:0180_auto__del_unique_iscsitargettoextent_iscsi_extent__add_unique_iscsitar but was.
! Migration services:0181_auto__add_field_snmp_snmp_v3_authtype__add_field_snmp_snmp_v3_privprot should not have been applied before services:0180_auto__del_unique_iscsitargettoextent_iscsi_extent__add_unique_iscsitar but was.
! Migration services:0181_auto__add_field_snmp_snmp_v3_authtype__add_field_snmp_snmp_v3_privprot should not have been applied before services:0180_auto__del_unique_iscsitargettoextent_iscsi_extent__add_unique_iscsitar but was.
! Migration services:0181_auto__add_field_snmp_snmp_v3_authtype__add_field_snmp_snmp_v3_privprot should not have been applied before services:0180_auto__del_unique_iscsitargettoextent_iscsi_extent__add_unique_iscsitar but was.
! Migration services:0181_auto__add_field_snmp_snmp_v3_authtype__add_field_snmp_snmp_v3_privprot should not have been applied before services:0180_auto__del_unique_iscsitargettoextent_iscsi_extent__add_unique_iscsitar but was.
! Migration services:0181_auto__add_field_snmp_snmp_v3_authtype__add_field_snmp_snmp_v3_privprot should not have been applied before services:0180_auto__del_unique_iscsitargettoextent_iscsi_extent__add_unique_iscsitar but was.
! Migration services:0181_auto__add_field_snmp_snmp_v3_authtype__add_field_snmp_snmp_v3_privprot should not have been applied before services:0180_auto__del_unique_iscsitargettoextent_iscsi_extent__add_unique_iscsitar but was.
- Migrating forwards to 0059_encrypted_disk_id_null.
> services:0172_auto__add_field_iscsitargetextent_iscsi_target_extent_serial
! Error found during real run of migration! Aborting.

! Since you have a database that does not support running
! schema-altering statements in transactions, we have had
! to leave it in an interim state between migrations.

! You *might* be able to recover with:
! The South developers regret this has happened, and would
! like to gently persuade you to consider a slightly
! easier-to-deal-with DBMS (one that supports DDL transactions)
! NOTE: The error which caused the migration to fail is further up.
Error in migration: services:0172_auto__add_field_iscsitargetextent_iscsi_target_extent_serial
Traceback (most recent call last):
  File "/usr/local/www/freenasUI/manage.py", line 42, in <module>
	execute_from_command_line(sys.argv)
  File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
	utility.execute()
  File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
	self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
	self.execute(*args, **options.__dict__)
  File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
	output = self.handle(*args, **options)
  File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
	ignore_ghosts = ignore_ghosts,
  File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 220, in migrate_app
	success = migrator.migrate_many(target, workplan, database)
  File "/usr/local/lib/python2.7/site-packages/south/migration/migrators.py", line 256, in migrate_many
	result = migrator.__class__.migrate_many(migrator, target, migrations, database)
  File "/usr/local/lib/python2.7/site-packages/south/migration/migrators.py", line 331, in migrate_many
	result = self.migrate(migration, database)
  File "/usr/local/lib/python2.7/site-packages/south/migration/migrators.py", line 133, in migrate
	result = self.run(migration, database)
  File "/usr/local/lib/python2.7/site-packages/south/migration/migrators.py", line 114, in run
	return self.run_migration(migration, database)
  File "/usr/local/lib/python2.7/site-packages/south/migration/migrators.py", line 84, in run_migration
	migration_function()
  File "/usr/local/lib/python2.7/site-packages/south/migration/migrators.py", line 60, in <lambda>
	return (lambda: direction(orm))
  File "/usr/local/www/freenasUI/../freenasUI/services/migrations/0172_auto__add_field_iscsitargetextent_iscsi_target_extent_serial.py", line 23, in forwards
	for target in orm['services.iSCSITarget'].objects.all():
  File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
	self._fetch_all()
  File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 857, in _fetch_all
	self._result_cache = list(self.iterator())
  File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
	for row in compiler.results_iter():
  File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 713, in results_iter
	for rows in self.execute_sql(MULTI):
  File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 786, in execute_sql
	cursor.execute(sql, params)
  File "/usr/local/lib/python2.7/site-packages/django/db/backends/util.py", line 53, in execute
	return self.cursor.execute(sql, params)
  File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
	six.reraise(dj_exc_type, dj_exc_value, traceback)
  File "/usr/local/lib/python2.7/site-packages/django/db/backends/util.py", line 53, in execute
	return self.cursor.execute(sql, params)
  File "/usr/local/www/freenasUI/../freenasUI/freeadmin/sqlite3_ha/base.py", line 376, in execute
	execute = Database.Cursor.execute(self, query, params)
django.db.utils.OperationalError: no such column: services_iscsitarget.iscsi_target_portalgroup_id


Can anybody help me or do I need to reinstall the box?

Thanks in advanced,
Eric
 
D

dlavigne

Guest
Please create a bug report at bugs.freenas.org that includes the full text of that traceback and post the issue number here.
 

eric.j

Cadet
Joined
Jan 3, 2017
Messages
3
I did a reinstall since I got no help from the bug team.

Everythings working again.
 
Status
Not open for further replies.
Top