Lines Matching full:cannot

148         # We cannot change any of these
152 self.reopen(opts, {'driver': 'raw'}, "Cannot change the option 'driver'")
155 self.reopen(opts, {'file': 'not-found'}, "Cannot find device='' nor node-name='not-found'")
156 self.reopen(opts, {'file': ''}, "Cannot find device='' nor node-name=''")
158 self.reopen(opts, {'file.node-name': 'newname'}, "Cannot change the option 'node-name'")
159 self.reopen(opts, {'file.driver': 'host_device'}, "Cannot change the option 'driver'")
160 self.reopen(opts, {'file.filename': hd_path[1]}, "Cannot change the option 'filename'")
161 self.reopen(opts, {'file.aio': 'native'}, "Cannot change the option 'aio'")
162 self.reopen(opts, {'file.locking': 'off'}, "Cannot change the option 'locking'")
194 … self.reopen(opts, {'backing': 'not-found'}, "Cannot find device=\'\' nor node-name=\'not-found\'")
195 self.reopen(opts, {'backing': ''}, "Cannot find device=\'\' nor node-name=\'\'")
203 # We cannot change any of these options
204 self.reopen(opts, {'backing.node-name': 'newname'}, "Cannot change the option 'node-name'")
205 self.reopen(opts, {'backing.driver': 'raw'}, "Cannot change the option 'driver'")
206 … self.reopen(opts, {'backing.file.node-name': 'newname'}, "Cannot change the option 'node-name'")
207 … self.reopen(opts, {'backing.file.driver': 'host_device'}, "Cannot change the option 'driver'")
272 self.reopen(opts, {'force-share': True}, "Cannot change the option 'force-share'")
314 # The backing file (hd0) is now a reference, we cannot change backing.* anymore
315 self.reopen(opts, {}, "Cannot change the option 'backing.driver'")
359 # an option cannot be changed it shouldn't be possible to reset it
378 # file.locking cannot be changed nor reset to the default value
379 self.reopen(opts, { 'file.locking': 'on' }, "Cannot change the option 'locking'")
381 self.reopen(opts, {}, "Option 'locking' cannot be reset to its default value")
506 # Illegal: hd1 cannot point to itself
604 # Unmap the beginning of the image (we cannot write compressed
727 self.reopen(opts, {'image': 'hd1'}, "Cannot change the option 'image'")
728 self.reopen(opts, {'align': 33554432}, "Cannot change the option 'align'")
729 self.reopen(opts, {'config': '/non/existent'}, "Cannot change the option 'config'")
731 self.reopen(opts, {}, "Option 'config' cannot be reset to its default value")
743 # 1 << 30 is the default value, but we cannot change it explicitly
744 self.reopen(opts, {'size': (1 << 30)}, "Cannot change the option 'size'")
746 # We cannot change 'size' back to its default value either
748 self.reopen(opts, {}, "Option 'size' cannot be reset to its default value")
759 # 'locking' cannot be changed
762 self.reopen(opts, {'file.locking': 'off'}, "Cannot change the option 'locking'")
763 self.reopen(opts, {}, "Option 'locking' cannot be reset to its default value")
768 self.reopen(opts, {'locking': 'off'}, "Cannot change the option 'locking'")
769 self.reopen(opts, {}, "Option 'locking' cannot be reset to its default value")
801 # Now group1 is in use, it cannot be deleted
809 # So now we cannot delete group0
925 self.reopen(opts, {}, "Cannot change the option 'backing.driver'")
952 # The backing options in the dict were meant for hd1, but we cannot
954 self.reopen(opts, {}, "Cannot change the option 'backing.driver'")
963 # But we cannot leave the option out
990 self.reopen(opts, {}, "Cannot change frozen 'backing' link from 'hd0' to 'hd1'")
1010 "Cannot change the option 'backing.backing.file.node-name'")
1015 "Read-only block node 'hd1' cannot support read-write users")
1020 "Cannot change frozen 'backing' link from 'hd1' to 'hd2'")
1041 self.reopen(opts, {}, "Cannot change frozen 'backing' link from 'hd1' to 'hd2'")
1045 self.reopen(opts, {}, "Cannot change frozen 'backing' link from 'hd0' to 'hd1'")
1070 self.reopen(opts, {}, "Cannot change the option 'backing.driver'")
1074 self.reopen(opts, {}, "Cannot replace implicit backing child of hd0")
1121 "Cannot change iothread of active block backend")