Comment 7 for bug 1960622

Revision history for this message
Corey Bryant (corey.bryant) wrote :

This line in class ReplicatedPool's __init__():

self.profile_name = op.get('crush-profile', profile_name)

the value of op['crush-profile'] is None. If I force that line to the following it works:

self.profile_name = profile_name