Add Useful informations for user and developer.

If partition is not processed correctly, it's good to know what instance it is.
parent bac94cdb
...@@ -618,6 +618,9 @@ class Slapgrid(object): ...@@ -618,6 +618,9 @@ class Slapgrid(object):
# No Software Release information: skip. # No Software Release information: skip.
continue continue
logger.info('Processing Computer Partition %s...' % \
computer_partition_id)
# Check if we defined explicit list of partitions to process. # Check if we defined explicit list of partitions to process.
# If so, if current partition not in this list, skip. # If so, if current partition not in this list, skip.
if len(self.computer_partition_filter_list) > 0 and \ if len(self.computer_partition_filter_list) > 0 and \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment