Custom Query (894 matches)
Results (25 - 27 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#778 | desai | strauss | fixed | Another Snapshots bug |
Description |
Generated config for xxx.uspswy6.savvis.net in 0.267s Client xxx.uspswy6.savvis.net reported state dirty Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib64/python2.4/threading.py", line 442, in __bootstrap self.run() File "/usr/lib64/python2.4/threading.py", line 422, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Plugins/Snapshots.py", line 70, in load_snapshot self.statistics_from_old_stats(metadata, data) File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Plugins/Snapshots.py", line 88, in statistics_from_old_stats data = [False, False, unicode(entry.get('name'))] \ File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Plugins/Snapshots.py", line 25, in build_snap_ent desired.update([(key, unicode(entry.get(key))) for key in \ KeyError: 'Directory' |
|||
#779 | desai | strauss | fixed | Asking Snapshots for bad entries without specifying a hostname results in a backtrace |
Description |
[[email protected] ~]# bcfg2-admin snapshots reports -b Traceback (most recent call last): File "/usr/sbin/bcfg2-admin", line 78, in ? main() File "/usr/sbin/bcfg2-admin", line 70, in main mode(args[1:]) File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Admin/Snapshots.py", line 102, in __call__ client = args[f5e4281313ff9004be488e420f90d5fe413bb5c1] (SVN r2) IndexError: list index out of range |
|||
#780 | desai | strauss | wontfix | Snapshots hangs when writing an entry and stops recording data until a server restart |
Description |
Current workaround is to disable VCS plugins when using Snapshots. Longer-term solution for Bazaar is to use the native Python API. Not sure what to do with the other tools. (This has not been completely verified as the problem yet, but it's highly suspicious that Snapshots starts to create the data structure to write out the snapshot and sometimes never comes back.) |
Note: See TracQuery
for help on using queries.