Hide Forgot
Description of problem: repo export blows up with Index error while repo sync is going on, [root@preethi ~]# pulp-admin repo export --id=f14 -t /tmp/f14 --status +------------------------------------------+ Status for f14 +------------------------------------------+ Step: Export in progress (/) [root@preethi ~]# pulp-admin repo export --id=f14 -t /tmp/f14 -F Export on repository f14 started You can safely CTRL+C this current command and it will continue Step: Export in progress (-) Traceback (most recent call last): File "/usr/bin/pulp-admin", line 23, in <module> admin.main() File "/usr/lib/python2.7/site-packages/pulp/client/lib/cli.py", line 152, in main command.main(self.args[1:]) File "/usr/lib/python2.7/site-packages/pulp/client/pluginlib/command.py", line 129, in main action.main(args[1:]) File "/usr/lib/python2.7/site-packages/pulp/client/pluginlib/command.py", line 211, in main self.run() File "/usr/lib/python2.7/site-packages/pulp/client/admin/plugins/repo.py", line 1847, in run utils.system_exit(os.EX_DATAERR, _("Error: %s" % e[1])) IndexError: tuple index out of range Version-Release number of selected component (if applicable): root@preethi ~]# rpm -q pulp pulp-0.0.244-1.fc15.noarch
This is taken care of by the coordinator in v2. There are no new planned builds for v1 so I'm closing this out.