*** jergerber has joined #openstack-swift | 00:09 | |
*** jergerber has quit IRC | 00:09 | |
*** joeljwright has joined #openstack-swift | 00:11 | |
*** shri has left #openstack-swift | 00:12 | |
*** joeljwright has quit IRC | 00:15 | |
*** mmcardle has joined #openstack-swift | 00:19 | |
*** ChanServ changes topic to "All of the project infrastructure hosts are being restarted for security updates." | 00:22 | |
*** mmcardle has quit IRC | 00:24 | |
*** openstackgerrit has quit IRC | 00:24 | |
*** nosnos has joined #openstack-swift | 00:29 | |
*** mwstorer has quit IRC | 00:45 | |
*** csd has quit IRC | 00:54 | |
*** gadb has joined #openstack-swift | 01:00 | |
*** gyee has quit IRC | 01:01 | |
*** zackf has quit IRC | 01:08 | |
*** piousbox has quit IRC | 01:09 | |
*** joeljwright has joined #openstack-swift | 01:12 | |
*** nosnos has quit IRC | 01:16 | |
*** joeljwright has quit IRC | 01:16 | |
*** jeblair has quit IRC | 01:18 | |
*** mmcardle has joined #openstack-swift | 01:20 | |
*** jeblair has joined #openstack-swift | 01:23 | |
*** mmcardle has quit IRC | 01:25 | |
*** matsuhashi has joined #openstack-swift | 01:28 | |
nthacker | hi All!, So i keep seeing some LockTimeouts in my var/log/syslog from the account server. I narrowed this down the code where it occurs while trying to create a tmp file (most likely a new db file) | 01:29 |
---|---|---|
nthacker | how do i increase the LockTimeout! | 01:29 |
nthacker | i tried having a huge timeout in each of the .conf files for the account/proxy/container/object server | 01:30 |
nthacker | but they dont seem to apply to the locktimeout | 01:30 |
clayg | nthacker: my reading of AccountController._get_account_broker doesn't seem to look like it's parameterized currently | 01:32 |
clayg | nthacker: you could hack common.db and see if that fixes your issue - there's a literal 10 for the .pending_timeout if it's not passed in (and the account server doesn't pass anything in) | 01:33 |
clayg | nthacker: if that works you could submit a patch to add it to the .conf for the account/container servers | 01:33 |
*** ChanServ changes topic to "Current Swift Release: 1.13.1 | Priority Reviews: https://wiki.openstack.org/wiki/Swift/PriorityReviews | Channel Logs: http://eavesdrop.openstack.org/irclogs/%23openstack-swift/" | 01:33 | |
clayg | nthacker: maybe a better question is why it takes your account servers more than 10 seconds to create a new empty database? I'm guessing contention with the object requests... | 01:34 |
nthacker | clayg: Hi! Thanks ! Im going to try that out and let you know my findings! Sure if that works, maybe I'll propose a patch | 01:34 |
nthacker | clayg: Yes that might be a good question. however my only clue to this problem | 01:34 |
nthacker | clayg: is this message | 01:34 |
clayg | running your metdata servers on different disks could help, maybe the io scheduler, or more disks/iops to support your workload | 01:34 |
nthacker | clayg: Apr 7 18:28:01 nt-n1 account-server: ERROR __call__ error with PUT /sdb1/162996/AUTH_system : LockTimeout (0s) /srv/node/sdb1/accounts/162996/d29/9f2d1fd4e6811f8c66e8963fc19d4d29/tmpW0RjyT.tmp (txn: tx76cafa68c06448129c192-005343507d) | 01:35 |
clayg | hrm... that's not a 10 second timeout... | 01:35 |
nthacker | clayg: right.. | 01:35 |
*** openstack has joined #openstack-swift | 01:48 | |
nthacker | clayg - im running on a vm cluster that does have some slow IO at times | 01:50 |
nthacker | since its shared | 01:50 |
nthacker | its likely that | 01:50 |
clayg | k, maybe | 01:50 |
nthacker | clayg: I did see what i wanted though! That was the correct place to increase the timeout then. thanks! | 01:51 |
*** haomaiwang has quit IRC | 01:57 | |
*** haomaiwang has joined #openstack-swift | 01:58 | |
*** changbl has joined #openstack-swift | 02:00 | |
*** haomaiw__ has joined #openstack-swift | 02:06 | |
*** haomaiwang has quit IRC | 02:09 | |
*** joeljwright has joined #openstack-swift | 02:14 | |
*** joeljwright has quit IRC | 02:18 | |
openstackgerrit | A change was merged to openstack/swift: Handle getting info on wrong database type https://review.openstack.org/85156 | 02:18 |
*** mmcardle has joined #openstack-swift | 02:22 | |
*** mmcardle has quit IRC | 02:26 | |
*** changbl has quit IRC | 02:29 | |
*** Guest_ has joined #openstack-swift | 02:33 | |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Merge container storage_policy_index values. https://review.openstack.org/83942 | 02:34 |
clayg | why can i only see the "restore change" button my change sets and not anyone I've been commiting to... sheesh | 02:36 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Add object-reconciler daemon https://review.openstack.org/85908 | 02:37 |
openstackgerrit | Pete Zaitcev proposed a change to openstack/swift: Separate Backend from Broker https://review.openstack.org/85909 | 02:41 |
portante | clayg: not sure what you mean? | 02:43 |
zaitcev | 5 files changed, 70 insertions(+), 28 deletions(-) -- surely this is easy to review, right guys? | 02:45 |
peluse | zaitcev: nice - your first small one in the series was so easy it was merged before I could even look :) | 03:15 |
*** joeljwright has joined #openstack-swift | 03:15 | |
peluse | will check this one out tomrorow for sure | 03:15 |
zaitcev | actually your 79731 is not that big either, if we ignore the new 300 line test. But I still don't get what it does. | 03:17 |
*** joeljwright has quit IRC | 03:19 | |
peluse | yeah that guys gave me some fits - seemed so easy at first :) clayg bailed me out though note how it started with < 30 LOC changed and ended with like 500... | 03:21 |
*** lpabon has joined #openstack-swift | 03:22 | |
*** mmcardle has joined #openstack-swift | 03:23 | |
*** changbl has joined #openstack-swift | 03:24 | |
madhuri | clayg: https://review.openstack.org/#/c/84675/ | 03:26 |
madhuri | I think this change can't be merged | 03:26 |
notmyname | madhuri: looks like it needs to be rebased and resubmitted | 03:28 |
*** mmcardle has quit IRC | 03:28 | |
notmyname | madhuri: are you comfortable with doing that? | 03:28 |
madhuri | yes | 03:28 |
*** matsuhashi has quit IRC | 03:29 | |
madhuri | but i think the same change has already been merged in https://review.openstack.org/#/c/84456/ | 03:29 |
notmyname | madhuri: ah, yes | 03:30 |
notmyname | madhuri: so your's should be abandoned then | 03:30 |
madhuri | notmyname: yeah :( | 03:31 |
portante | madhuri: are you sure? | 03:31 |
* notmyname is currently getting back to the swiftqa cluster and upgrading it in light of today's "fun" | 03:32 | |
portante | automating the whole process as you go, too, huh? ;) | 03:32 |
madhuri | portante: Yes | 03:32 |
portante | madhuri: I see what you meant about the args parameter, after the parse, it is everything left on command line that is not a --param or --param value | 03:33 |
madhuri | portante: so is it making sense then? | 03:37 |
madhuri | portante: Should I abandon this change? | 03:40 |
portante | the change to use != 1 I can see, for sure, though that is already in the master as of 84456 | 03:41 |
portante | what are the other changes that you want to make? | 03:41 |
portante | Is it hard to rebase that change against master? | 03:41 |
madhuri | Use of some request_helpers method like is_user_meta, strip_user_meta_prefix, is_sys_meta, strip_sys_meta_prefix | 03:44 |
madhuri | but it's also there in master 84456 | 03:44 |
*** chandan_kumar has quit IRC | 03:44 | |
openstackgerrit | Yuan Zhou proposed a change to openstack/swift: Fixes versioning function tests with non-zero default policy https://review.openstack.org/82515 | 03:45 |
openstackgerrit | A change was merged to openstack/swift: Move Storage Policy validation from parser to class https://review.openstack.org/83252 | 03:48 |
*** chandan_kumar has joined #openstack-swift | 03:50 | |
*** chandan_kumar has quit IRC | 03:56 | |
notmyname | peluse: clayg: I've got a merge issue on the ec branch | 04:11 |
*** chandan_kumar has joined #openstack-swift | 04:14 | |
*** joeljwright has joined #openstack-swift | 04:16 | |
*** ppai has joined #openstack-swift | 04:18 | |
*** haomaiwa_ has joined #openstack-swift | 04:19 | |
*** matsuhashi has joined #openstack-swift | 04:19 | |
*** haomaiw__ has quit IRC | 04:20 | |
*** joeljwright has quit IRC | 04:20 | |
*** clarkb has quit IRC | 04:22 | |
*** mmcardle has joined #openstack-swift | 04:24 | |
openstackgerrit | John Dickinson proposed a change to openstack/swift: merge master to EC branch https://review.openstack.org/85919 | 04:29 |
*** mmcardle has quit IRC | 04:30 | |
*** zaitcev has quit IRC | 04:53 | |
*** Guest_ has quit IRC | 05:03 | |
*** Guest_ has joined #openstack-swift | 05:04 | |
*** zhiyan_ is now known as zhiyan | 05:09 | |
*** joeljwright has joined #openstack-swift | 05:17 | |
*** lpabon has quit IRC | 05:19 | |
*** RockKuo has joined #openstack-swift | 05:20 | |
*** joeljwright has quit IRC | 05:22 | |
*** mmcardle has joined #openstack-swift | 05:26 | |
*** saju_m has joined #openstack-swift | 05:28 | |
*** zackf has joined #openstack-swift | 05:29 | |
*** mmcardle has quit IRC | 05:30 | |
*** zackf has quit IRC | 05:33 | |
*** nshaikh has joined #openstack-swift | 05:51 | |
*** joeljwright has joined #openstack-swift | 06:18 | |
*** joeljwright has quit IRC | 06:22 | |
*** mmcardle has joined #openstack-swift | 06:28 | |
*** Guest_ has quit IRC | 06:28 | |
*** mmcardle has quit IRC | 06:32 | |
*** ashish_ has joined #openstack-swift | 07:05 | |
*** cheri has joined #openstack-swift | 07:06 | |
*** psharma has joined #openstack-swift | 07:08 | |
*** saju_m has quit IRC | 07:17 | |
*** joeljwright has joined #openstack-swift | 07:19 | |
*** ashish_ has quit IRC | 07:20 | |
*** mmcardle has joined #openstack-swift | 07:22 | |
*** joeljwright has quit IRC | 07:23 | |
*** mlipchuk has joined #openstack-swift | 07:23 | |
*** saju_m has joined #openstack-swift | 07:25 | |
*** sungju has quit IRC | 07:30 | |
*** sungju has joined #openstack-swift | 07:31 | |
*** saju_m has quit IRC | 07:32 | |
*** ashish_ has joined #openstack-swift | 07:42 | |
*** matsuhashi has quit IRC | 07:53 | |
*** matsuhashi has joined #openstack-swift | 07:54 | |
*** saju_m has joined #openstack-swift | 07:58 | |
*** saju_m has quit IRC | 08:03 | |
*** saschpe has joined #openstack-swift | 08:04 | |
*** joeljwright has joined #openstack-swift | 08:09 | |
*** joeljwright has quit IRC | 08:10 | |
*** jamie_h has joined #openstack-swift | 08:13 | |
*** saju_m has joined #openstack-swift | 08:15 | |
*** chandan_kumar has quit IRC | 08:15 | |
*** d89 has joined #openstack-swift | 08:21 | |
*** ashish_ has quit IRC | 08:26 | |
*** nprivalova has quit IRC | 08:29 | |
openstackgerrit | Yuan Zhou proposed a change to openstack/swift: Update policy_stat table when auditing account DB https://review.openstack.org/85952 | 08:52 |
*** tanee-away is now known as tanee | 09:06 | |
*** gadb has quit IRC | 09:14 | |
*** nshaikh has quit IRC | 09:30 | |
*** d89 has quit IRC | 09:39 | |
*** saju_m has quit IRC | 09:39 | |
*** saschpe has quit IRC | 09:39 | |
*** matsuhashi has quit IRC | 09:39 | |
*** RockKuo has quit IRC | 09:39 | |
*** zackmdavis has quit IRC | 09:39 | |
*** mlanner has quit IRC | 09:39 | |
*** ctennis has quit IRC | 09:39 | |
*** acorwin has quit IRC | 09:39 | |
*** russellb has quit IRC | 09:39 | |
*** mhu has quit IRC | 09:39 | |
*** zul has quit IRC | 09:39 | |
*** bada has quit IRC | 09:39 | |
*** annegentle_ has quit IRC | 09:39 | |
*** serverascode has quit IRC | 09:39 | |
*** rturk-aw` has quit IRC | 09:39 | |
*** yuan has quit IRC | 09:39 | |
*** grapsus__ has quit IRC | 09:39 | |
*** EmilienM has quit IRC | 09:39 | |
*** jokke_ has quit IRC | 09:39 | |
*** gholt has quit IRC | 09:39 | |
*** pandemicsyn has quit IRC | 09:39 | |
*** dosaboy has quit IRC | 09:39 | |
*** tristanC has quit IRC | 09:39 | |
*** bada has joined #openstack-swift | 09:39 | |
*** serverascode has joined #openstack-swift | 09:39 | |
*** yuan has joined #openstack-swift | 09:39 | |
*** d89 has joined #openstack-swift | 09:39 | |
*** saju_m has joined #openstack-swift | 09:39 | |
*** RockKuo has joined #openstack-swift | 09:39 | |
*** serverascode has quit IRC | 09:39 | |
*** serverascode has joined #openstack-swift | 09:39 | |
*** zul has joined #openstack-swift | 09:39 | |
*** matsuhashi has joined #openstack-swift | 09:39 | |
*** EmilienM has joined #openstack-swift | 09:39 | |
*** d89 has quit IRC | 09:39 | |
*** d89 has joined #openstack-swift | 09:39 | |
*** yuan has quit IRC | 09:39 | |
*** bada has quit IRC | 09:39 | |
*** ppai has quit IRC | 09:39 | |
*** openstackgerrit has quit IRC | 09:39 | |
*** swifterdarrell has quit IRC | 09:39 | |
*** zhiyan has quit IRC | 09:39 | |
*** dfg has quit IRC | 09:39 | |
*** cschwede has quit IRC | 09:39 | |
*** sfineberg has quit IRC | 09:39 | |
*** fifieldt has quit IRC | 09:39 | |
*** openstack has joined #openstack-swift | 09:50 | |
*** redbo has joined #openstack-swift | 09:52 | |
*** ChanServ sets mode: +v redbo | 09:52 | |
*** mlanner has joined #openstack-swift | 09:52 | |
*** wayneeseguin has joined #openstack-swift | 09:52 | |
*** matsuhashi has quit IRC | 09:52 | |
*** matsuhashi has joined #openstack-swift | 09:53 | |
*** grapsus_ has joined #openstack-swift | 09:54 | |
*** ppai has quit IRC | 09:56 | |
*** ppai has joined #openstack-swift | 09:56 | |
*** serverascode has quit IRC | 09:57 | |
*** serverascode has joined #openstack-swift | 09:57 | |
*** mkerrin has quit IRC | 09:57 | |
*** mkerrin has joined #openstack-swift | 09:57 | |
*** dfg has joined #openstack-swift | 10:00 | |
*** jokke_ has joined #openstack-swift | 10:00 | |
*** serverascode has quit IRC | 10:03 | |
*** sileht has quit IRC | 10:03 | |
*** zigo has quit IRC | 10:03 | |
*** StevenK has quit IRC | 10:03 | |
*** briancline has quit IRC | 10:03 | |
*** torgomatic has quit IRC | 10:03 | |
*** CrackerJackMack has quit IRC | 10:03 | |
*** wer has quit IRC | 10:03 | |
*** sudorandom has quit IRC | 10:03 | |
*** StevenK has joined #openstack-swift | 10:03 | |
*** torgomatic has joined #openstack-swift | 10:03 | |
*** ChanServ sets mode: +v torgomatic | 10:03 | |
*** zhiyan is now known as zhiyan_ | 10:03 | |
*** briancline has joined #openstack-swift | 10:04 | |
*** serverascode has joined #openstack-swift | 10:04 | |
*** sileht has joined #openstack-swift | 10:04 | |
*** zigo has joined #openstack-swift | 10:04 | |
*** annegentle has quit IRC | 10:13 | |
*** serverascode has quit IRC | 10:13 | |
*** serverascode has joined #openstack-swift | 10:13 | |
*** ctennis has quit IRC | 10:14 | |
*** ctennis has joined #openstack-swift | 10:14 | |
*** StevenK has quit IRC | 10:15 | |
*** wkelly has quit IRC | 10:15 | |
*** mhu has quit IRC | 10:15 | |
*** russellb has quit IRC | 10:15 | |
*** pandemicsyn has quit IRC | 10:15 | |
*** EmilienM has quit IRC | 10:15 | |
*** StevenK has joined #openstack-swift | 10:16 | |
*** sudorandom has joined #openstack-swift | 10:17 | |
*** gholt has quit IRC | 10:17 | |
*** wkelly has joined #openstack-swift | 10:19 | |
*** CrackerJackMack has joined #openstack-swift | 10:19 | |
*** EmilienM has joined #openstack-swift | 10:22 | |
*** dmsimard has quit IRC | 10:26 | |
*** minnear has quit IRC | 10:26 | |
*** jamie_h has quit IRC | 10:26 | |
*** creiht has quit IRC | 10:26 | |
*** sfineberg has quit IRC | 10:26 | |
*** zhiyan_ has quit IRC | 10:26 | |
*** fifieldt has quit IRC | 10:26 | |
*** cheri has quit IRC | 10:26 | |
*** haomaiwa_ has quit IRC | 10:26 | |
*** acoles has quit IRC | 10:26 | |
*** mtreinish has quit IRC | 10:26 | |
*** ryao has quit IRC | 10:26 | |
*** glange has quit IRC | 10:26 | |
*** ondergetekende has quit IRC | 10:26 | |
*** creiht has joined #openstack-swift | 10:27 | |
*** glange has joined #openstack-swift | 10:27 | |
*** sfineberg has joined #openstack-swift | 10:27 | |
*** mtreinish has joined #openstack-swift | 10:27 | |
*** dmsimard has joined #openstack-swift | 10:27 | |
*** haomaiwa_ has joined #openstack-swift | 10:27 | |
*** ChanServ sets mode: +v creiht | 10:27 | |
*** ChanServ sets mode: +v glange | 10:27 | |
*** jamie_h has joined #openstack-swift | 10:27 | |
*** ryao has joined #openstack-swift | 10:27 | |
*** minnear has joined #openstack-swift | 10:27 | |
*** _bluev has joined #openstack-swift | 10:28 | |
*** zhiyan_ has joined #openstack-swift | 10:28 | |
*** fifieldt has joined #openstack-swift | 10:29 | |
*** cheri has joined #openstack-swift | 10:29 | |
*** ondergetekende has joined #openstack-swift | 10:31 | |
*** acoles has joined #openstack-swift | 10:31 | |
*** ChanServ sets mode: +v acoles | 10:31 | |
*** saju_m has quit IRC | 10:34 | |
*** saju_m has joined #openstack-swift | 10:35 | |
*** jokke_ has quit IRC | 10:39 | |
*** acorwin has quit IRC | 10:39 | |
*** amandap has quit IRC | 10:39 | |
*** tanee has quit IRC | 10:39 | |
*** Dieterbe has quit IRC | 10:39 | |
*** ppai has quit IRC | 10:39 | |
*** mmcardle has quit IRC | 10:39 | |
*** psharma has quit IRC | 10:39 | |
*** joearnold has quit IRC | 10:39 | |
*** Dieterbe_ has joined #openstack-swift | 10:39 | |
*** joearnold_ has joined #openstack-swift | 10:39 | |
*** tanee has joined #openstack-swift | 10:40 | |
*** mmcardle has joined #openstack-swift | 10:40 | |
*** ppai has joined #openstack-swift | 10:40 | |
*** psharma has joined #openstack-swift | 10:40 | |
*** joearnold_ is now known as joearnold | 10:40 | |
*** acorwin has joined #openstack-swift | 10:40 | |
*** jokke_ has joined #openstack-swift | 10:40 | |
*** psharma has quit IRC | 10:40 | |
*** psharma has joined #openstack-swift | 10:40 | |
*** amandap has joined #openstack-swift | 10:40 | |
*** matsuhashi has quit IRC | 10:53 | |
*** matsuhashi has joined #openstack-swift | 10:54 | |
*** matsuhashi has quit IRC | 10:58 | |
*** matsuhashi has joined #openstack-swift | 10:59 | |
*** chandan_kumar has joined #openstack-swift | 11:03 | |
*** Trixboxer has joined #openstack-swift | 11:05 | |
*** RockKuo has quit IRC | 11:28 | |
*** mkollaro has joined #openstack-swift | 11:29 | |
*** mmcardle has quit IRC | 11:43 | |
*** chandan_kumar has quit IRC | 11:44 | |
*** mhu has joined #openstack-swift | 11:44 | |
*** pandemicsyn has joined #openstack-swift | 11:44 | |
*** gholt has joined #openstack-swift | 11:46 | |
*** ChanServ sets mode: +v gholt | 11:46 | |
*** annegentle has joined #openstack-swift | 11:46 | |
*** russellb has joined #openstack-swift | 11:46 | |
*** fifieldt has quit IRC | 11:52 | |
*** chandan_kumar has joined #openstack-swift | 12:01 | |
*** mkollaro1 has joined #openstack-swift | 12:06 | |
*** mkollaro has quit IRC | 12:06 | |
*** ppai has quit IRC | 12:08 | |
*** mkollaro1 has quit IRC | 12:13 | |
*** JuanManuelOlle has joined #openstack-swift | 12:14 | |
*** CrackerJackMack has quit IRC | 12:16 | |
*** serverascode has quit IRC | 12:16 | |
*** serverascode has joined #openstack-swift | 12:16 | |
*** annegentle has quit IRC | 12:17 | |
*** gholt has quit IRC | 12:17 | |
*** zigo has quit IRC | 12:17 | |
*** pandemicsyn has quit IRC | 12:17 | |
*** matsuhashi has quit IRC | 12:18 | |
*** zigo has joined #openstack-swift | 12:18 | |
*** mhu has quit IRC | 12:18 | |
*** russellb has quit IRC | 12:18 | |
*** matsuhashi has joined #openstack-swift | 12:18 | |
*** wkelly has quit IRC | 12:18 | |
*** sudorandom has quit IRC | 12:18 | |
*** StevenK has quit IRC | 12:19 | |
*** sileht has quit IRC | 12:19 | |
*** matsuhashi has quit IRC | 12:19 | |
*** matsuhashi has joined #openstack-swift | 12:19 | |
*** StevenK has joined #openstack-swift | 12:20 | |
*** cheri has quit IRC | 12:20 | |
*** mhu has joined #openstack-swift | 12:20 | |
*** pandemicsyn has joined #openstack-swift | 12:20 | |
*** wkelly has joined #openstack-swift | 12:21 | |
*** gholt has joined #openstack-swift | 12:21 | |
*** ChanServ sets mode: +v gholt | 12:21 | |
*** sudorandom has joined #openstack-swift | 12:21 | |
*** CrackerJackMack has joined #openstack-swift | 12:21 | |
*** annegentle has joined #openstack-swift | 12:21 | |
*** russellb has joined #openstack-swift | 12:21 | |
*** sileht has joined #openstack-swift | 12:22 | |
*** zhiyan_ is now known as zhiyan | 12:27 | |
*** mmcardle has joined #openstack-swift | 12:30 | |
*** matsuhashi has quit IRC | 12:30 | |
*** mkollaro has joined #openstack-swift | 12:31 | |
*** changbl has quit IRC | 12:32 | |
portante | acoles: now I can use that /info patch to have the functional tests just grab /info | 12:32 |
portante | thanks | 12:33 |
acoles | portante: thats was the idea, tiny step towards func tests running against deployed constraints | 12:33 |
portante | great | 12:34 |
*** ashish_ has joined #openstack-swift | 12:44 | |
*** mkollaro has quit IRC | 12:47 | |
*** mkollaro1 has joined #openstack-swift | 12:47 | |
*** praveenkumar has joined #openstack-swift | 12:48 | |
praveenkumar | Is complete object move to memory when we create/update/delete a object metadata because I am using python-swiftclient to check object creation and metadata operation so when any metadata operation occur, I can see memory usage drastically change? | 12:52 |
*** fifieldt has joined #openstack-swift | 12:57 | |
*** tdasilva has joined #openstack-swift | 13:00 | |
*** nshaikh has joined #openstack-swift | 13:10 | |
*** openstackgerrit has joined #openstack-swift | 13:23 | |
*** openstackgerrit has quit IRC | 13:23 | |
*** openstackgerrit has joined #openstack-swift | 13:24 | |
*** fbo is now known as fbo_away | 13:27 | |
*** gholt has quit IRC | 13:34 | |
*** gholt has joined #openstack-swift | 13:35 | |
*** ChanServ sets mode: +v gholt | 13:35 | |
*** nacim has joined #openstack-swift | 13:42 | |
ashish_ | Hey Everyone in the "swift-ring-builder <builder_file> create <part_power> <replicas> <min_part_hours>" could anyone tell me the what wouldbe the name of the builder_file here. | 13:45 |
glange | ashish_: maybe you can name it what you want, but I've seen account.builder, container.builder, object.builder | 13:47 |
glange | ashish_: and that is what it is on a swift all in one | 13:48 |
ashish_ | okay Glance thanks.Actually I want to change the number of replicas from 3 to 2.How can that be done. | 13:53 |
ashish_ | glance Glance thanks.Actually I want to change the number of replicas from 3 to 2.How can that be done. | 13:54 |
portante | so is that were glance got its name, glange? ;) | 13:54 |
portante | I have always wondered about that name ... :) | 13:54 |
glange | haha | 13:54 |
glange | ashish_: I don't know, I've always seen swift run at 3 replicas, hang out on channel and somebody will probably answer you later when they wake up | 13:55 |
ashish_ | glance thanks.I'll wait. | 13:56 |
glange | I don't know what would happen if you take a 3 replica ring and then run the ring builder with 2 replicas specified | 13:56 |
*** _bluev1 has joined #openstack-swift | 13:56 | |
glange | no problem, a_hash | 13:56 |
*** _bluev has quit IRC | 13:57 | |
ashish_ | glance I think after specifying the nos of rings we need to run the rebalance cmd that would change the nos of replicas from three to two. | 13:58 |
glange | you could do an experiment on a copy of your ring file and see what it does | 14:00 |
glange | it wouldn't hurt | 14:00 |
glange | and I'd learn something :) | 14:00 |
ashish_ | I am trying that.Would let you know | 14:01 |
glange | cool | 14:01 |
glange | just keep a copy in case! | 14:01 |
*** nacim has quit IRC | 14:02 | |
ashish_ | I have a copy of my VM>No issue with that. | 14:03 |
*** jergerber has joined #openstack-swift | 14:08 | |
*** nacim has joined #openstack-swift | 14:10 | |
*** chandan_kumar has quit IRC | 14:16 | |
*** psharma has quit IRC | 14:18 | |
*** ChanServ sets mode: +v dfg | 14:28 | |
*** SkyRocknRoll__ has joined #openstack-swift | 14:40 | |
cschwede | acoles: portante: about this: https://review.openstack.org/#/c/86015/ - do we need a comment in swift.common.constraints that all default values are automatically added to /info? | 14:40 |
cschwede | acoles: portante: that said i like the patch :) | 14:40 |
*** saju_m has quit IRC | 14:41 | |
portante | cschwede: certainly could not hurt, acoles? | 14:41 |
acoles | cschwede: thats a great idea. I did have a slight concern about unexpected consequence of adding to default constraints | 14:41 |
cschwede | portante, acoles: ok, wait a sec | 14:42 |
acoles | cschwede: portante: will fix that | 14:42 |
cschwede | acoles: i wanted to fix that and approve your patch ;-) | 14:42 |
cschwede | acoles: since i’m adding another patch for default constraints :) | 14:42 |
acoles | cschwede: go ahead :) | 14:42 |
*** IRTermite has quit IRC | 14:45 | |
*** bsdkurt has quit IRC | 14:45 | |
*** mkerrin has quit IRC | 14:45 | |
*** rturk-away has quit IRC | 14:45 | |
*** cschwede has quit IRC | 14:45 | |
*** akscram has quit IRC | 14:45 | |
*** ctennis has quit IRC | 14:45 | |
*** dosaboy has quit IRC | 14:45 | |
*** d89 has quit IRC | 14:45 | |
*** sungju has quit IRC | 14:45 | |
*** jeblair has quit IRC | 14:45 | |
*** otherjon has quit IRC | 14:45 | |
*** alpha_ori has quit IRC | 14:45 | |
*** Anticimex has quit IRC | 14:45 | |
*** patchbot has quit IRC | 14:45 | |
*** mordred has quit IRC | 14:45 | |
*** ccorrigan has quit IRC | 14:45 | |
*** taras_ has quit IRC | 14:45 | |
*** SpamapS has quit IRC | 14:45 | |
*** taras_ has joined #openstack-swift | 14:49 | |
*** ccorrigan has joined #openstack-swift | 14:49 | |
*** dosaboy has joined #openstack-swift | 14:49 | |
*** akscram has joined #openstack-swift | 14:49 | |
*** cschwede has joined #openstack-swift | 14:49 | |
*** ccorrigan has quit IRC | 14:49 | |
*** ccorrigan has joined #openstack-swift | 14:49 | |
*** rturk-away has joined #openstack-swift | 14:49 | |
*** alpha_ori has joined #openstack-swift | 14:49 | |
*** IRTermite has joined #openstack-swift | 14:49 | |
*** d89 has joined #openstack-swift | 14:49 | |
*** otherjon has joined #openstack-swift | 14:49 | |
*** ctennis has joined #openstack-swift | 14:49 | |
*** Anticimex has joined #openstack-swift | 14:49 | |
*** patchbot has joined #openstack-swift | 14:50 | |
*** bsdkurt has joined #openstack-swift | 14:50 | |
*** SpamapS has joined #openstack-swift | 14:50 | |
*** jeblair has joined #openstack-swift | 14:50 | |
*** piyush has joined #openstack-swift | 14:51 | |
*** mordred has joined #openstack-swift | 14:52 | |
ashish_ | cschwede Could you tell me how to change the number of replicas from 3 to 2.I got the following result when I tried. http://paste.openstack.org/show/75331/ | 14:53 |
*** jokke_ has quit IRC | 14:53 | |
*** mkerrin has joined #openstack-swift | 14:55 | |
ashish_ | Could anyone tell me how to change the number of replicas from 3 to 2.I got the following result when I tried. http://paste.openstack.org/show/75331/ | 14:56 |
notmyname | ashish_: https://gist.github.com/notmyname/d8251832ebc7b2c6addf | 14:56 |
cschwede | ashish_: the correct command is swift-ring-builder object.builder set_replicas 2 | 14:56 |
cschwede | ashish_: and there is a directory backups/ where your old object.builder file is stored | 14:57 |
cschwede | notmyname: :) | 14:57 |
*** tdasilva has quit IRC | 14:58 | |
*** jokke_ has joined #openstack-swift | 14:58 | |
cschwede | acoles: I’m no longer sure about my patch, it might reveal too much infos. After all it’s probably better to add the note in your patch - what do you think? | 14:59 |
acoles | cschwede: ok i'll do that | 15:00 |
cschwede | acoles: nice, thanks! | 15:00 |
ashish_ | csshwede thanks | 15:02 |
*** tdasilva has joined #openstack-swift | 15:02 | |
*** zaitcev has joined #openstack-swift | 15:03 | |
*** ChanServ sets mode: +v zaitcev | 15:03 | |
*** tanee is now known as tanee-away | 15:04 | |
notmyname | cschwede: acoles: what's the discussion? | 15:06 |
acoles | notmyname: https://review.openstack.org/#/c/86015/ makes /info include exactly what is in constraints.EFFECTIVE_CONSTRAINTS | 15:07 |
notmyname | acoles: which looks good, in general. I'm looking at it now | 15:08 |
cschwede | notmyname: yep, looks good - we were just discussing that there should be a note in swift.common.constraints that these are automatically exposed in /info | 15:08 |
acoles | notmyname: cschwede suggested making that clear with a comment. which is a good idea. | 15:08 |
notmyname | acoles: only idea I have is to add some brittleness to https://review.openstack.org/#/c/86015/1/test/unit/proxy/test_server.py so that we actually know when something is added. ie test that there aren't other things that aren't tested there | 15:09 |
cschwede | acoles: notmyname: a simple self.assertEqual(len(si), 11) should do the trick? | 15:10 |
acoles | notmyname: good idea too. i'll look at that. | 15:10 |
notmyname | acoles: cschwede: a comment in constraints.py would be fine, I guess. a test would help show that too. if you want a comment, it should probably also be in swift.conf-sample | 15:11 |
notmyname | cschwede: ya, that should be fine. even if a name were changed (and the number stays at 11) it would still be caught by one of the existing tests | 15:12 |
notmyname | basically, change the test so that it breaks when utils.get_swift_info()['swift'] is changed | 15:13 |
ashish_ | notmyname thanks.It helps | 15:13 |
notmyname | kinda like how the handoff tests are brittle in that the tests will break if the handoff logic changes in any way | 15:14 |
acoles | cschwede: notmyname : ok. may need to be 12 though :) (version is in there) | 15:14 |
ashish_ | csschwede using the object.buider in the backup directory can I recover my devices and zones | 15:14 |
cschwede | acoles: got me! | 15:15 |
cschwede | ashish_: yes, that should work | 15:15 |
acoles | cschwede: 13! (strict_cors_mode) | 15:17 |
ashish_ | csschwede do I need to place the object.builder file from the backup directory in my my etc/swift directory.Do I need to rebalance? | 15:17 |
*** zackf has joined #openstack-swift | 15:18 | |
*** Gu_______ has joined #openstack-swift | 15:18 | |
acoles | notmyname: re swift.conf-sample - making changes in there doesn't change the set of constraints reported in info (just the values potentially). | 15:18 |
cschwede | acoles: oh, yes. maybe you can add a comment in test_server.py, because otherwise it will not be clear why its 13? | 15:19 |
cschwede | ashish_: you have to do a rebalance first and after that you copy the created object.ring.gz to /etc/swift | 15:20 |
notmyname | acoles: right. different audiences. constraints.py will be seen by swift contributors (ie if you change this value, it will be reflected in the keys in /info). swift.conf is for deployers (the values you set here will shown in /info responses) | 15:20 |
acoles | notmyname: happy to replicate comment there but, yes, heads-up is really for any dev adding to default constaints dict. | 15:21 |
ashish_ | cschwede thanks.Just give me a minute | 15:21 |
notmyname | acoles: I totally agree. add the comment :-) | 15:21 |
*** changbl has joined #openstack-swift | 15:23 | |
ashish_ | cschwede do I need to delete the object.ring.gz already inside the swift directory before placing tha backup. | 15:24 |
cschwede | ashish_: no, but normally I keep the file somewhere just in case | 15:26 |
*** Gu_______ has quit IRC | 15:27 | |
*** Canaimero-9b71 has joined #openstack-swift | 15:27 | |
Canaimero-9b71 | hello | 15:28 |
*** Canaimero-9b71 has left #openstack-swift | 15:28 | |
ashish_ | cschwede Thanks.I still could not recover my zones and devices. http://paste.openstack.org/show/75336/ | 15:31 |
cschwede | ashish_: you need to copy 1396001161.object.builder to object.builder | 15:31 |
*** gyee has joined #openstack-swift | 15:32 | |
ashish_ | Thanks csshwede.I will try.Please give me a minute | 15:33 |
*** nacim has quit IRC | 15:36 | |
ashish_ | Do I need to delete the existing text inside the object.builder file | 15:37 |
ashish_ | cschwede Do I need to delete the existing text inside the object.builder file | 15:37 |
*** mwstorer has joined #openstack-swift | 15:38 | |
cschwede | ashish_: you don’t need to change anything in the builder file if you only copy 1396001161.object.builder to object.builder | 15:38 |
cschwede | ashish_: that said you should not change any of the builder files manually, only with swift-ring-builder | 15:39 |
*** wer has joined #openstack-swift | 15:41 | |
*** judd7 has joined #openstack-swift | 15:42 | |
*** bvandenh has joined #openstack-swift | 15:44 | |
*** Gu_______ has joined #openstack-swift | 15:46 | |
dmsimard | This is probably basic but I can't seem to find documentation on wether or not it is possible to provide alternative names for swift regions ? | 15:46 |
notmyname | dmsimard: alternative == not "r1"? | 15:47 |
dmsimard | notmyname: yeah, for instance "ny01" | 15:47 |
dmsimard | Context is I'd like to see if it would be possible to match my swift region names with my openstack regions. | 15:48 |
notmyname | dmsimard: I think that's possible | 15:48 |
dmsimard | notmyname: Me too ! Can't find how, however. Closest I've seen is Swiftstack's implementation through their interface but it could very well be a label on top of r1, r2, etc. | 15:49 |
notmyname | dmsimard: heh. no, we actually don't use swift-ring-builder :-) | 15:49 |
*** Gu_______ has quit IRC | 15:50 | |
dmsimard | blasphemy. | 15:50 |
dmsimard | :P | 15:50 |
*** Guest____ has joined #openstack-swift | 15:53 | |
notmyname | dmsimard: I've got abotu 4 conversations going right now. looking into swift-ring-builder for you now :-) | 15:57 |
torgomatic | dmsimard: regions are just numbers, as are zones | 15:58 |
dmsimard | notmyname: Far from being an emergency, thanks for looking into it :) | 15:58 |
notmyname | dmsimard: so what if you use the option flag (--region <region>) instead of the DSL? | 15:58 |
torgomatic | non-negative numbers at that :) | 15:58 |
notmyname | dmsimard: and a wild torgomatic apears to answer the question! | 15:58 |
dmsimard | torgomatic: Are you positive ? | 15:58 |
dmsimard | torgomatic: (no pun intended :P) | 15:59 |
notmyname | dmsimard: torgomatic wrote it :-) | 15:59 |
torgomatic | dmsimard: yup, I can see the code here, and it's definitely int()-ing stuff | 16:00 |
dmsimard | notmyname: Oh god, shame on me | 16:00 |
notmyname | also, the swift-ring-builder should die in a fire, IMO | 16:00 |
notmyname | err... swift-ring-builder DSL | 16:00 |
portante | notmyname: ... only to rise like Dark Phoenix? | 16:00 |
dmsimard | notmyname: What other options is there ? I'm obviously still not extremely knowledgeable :( | 16:01 |
torgomatic | notmyname: oh, the r1z2-1.2.3.4/blah:blah%wtf_ohgodwhy format? | 16:01 |
notmyname | ya | 16:01 |
torgomatic | yeah, I can never remember where the slashes and colons and capital Rs and such go | 16:01 |
notmyname | dmsimard: there are actual option flags for them. instead of the format torgomatic mentioned, you can do stuff like --region r1 | 16:02 |
torgomatic | we've got long options, like --region and --zone and such; I usually stand a chance of remembering those | 16:02 |
dmsimard | right | 16:02 |
dmsimard | Hmm, I wanted to keep a sane relationship between our openstack and swift region names, guess i'll have to do it some other way | 16:03 |
*** nacim has joined #openstack-swift | 16:04 | |
notmyname | torgomatic: so I know we aren't using swift-ring-builder at swiftstack. but is it just aliased in the controller DB? ie "Region Awesome" is mapped to r1 and "Region Pretty Good" is r2? | 16:04 |
torgomatic | notmyname: yeah, there's a Region model in the Django app that's got a name (string) and a number (int), plus extra logic | 16:05 |
notmyname | dmsimard: ^^ that :-) | 16:05 |
torgomatic | the builder files don't really have region (or zone) as a top-level thing; there's a list of devices, and each one has a 'region' (and 'zone') attribute | 16:06 |
notmyname | portante: waiting on some more input for merging https://review.openstack.org/#/c/83237/ ? | 16:07 |
torgomatic | and the regions in the builder file are simply the set of all 'region' attributes on the devices | 16:07 |
portante | notmyname: okay, thanks | 16:07 |
torgomatic | which means there's not really an easy place to hang a pretty name for a region | 16:07 |
notmyname | portante: sorry. are you waiting for more input? | 16:08 |
portante | I am working on a dependent patch set that creates a common server base to handle the __call__ semantics and basic init | 16:08 |
portante | oh, did I fail to check approved? | 16:08 |
portante | ah, yes I did | 16:08 |
portante | notmyname: thanks | 16:09 |
notmyname | https://451research.com/report-short?entityId=80813 <-- "HP realigns object storage strategy around OpenStack Swift" | 16:11 |
*** mlipchuk has quit IRC | 16:14 | |
notmyname | wow. just got this in an email (summarized): "I'm from China. I want to know more about Swift. I saw some links to some videos, but I can't watch YouTube in China. Do you have other links?" | 16:15 |
*** ChanServ sets mode: -b Longgeek_!*@* | 16:15 | |
ashish_ | cschwede Thanks a lot.That helps. | 16:16 |
*** ashish_ has quit IRC | 16:16 | |
*** krtaylor has quit IRC | 16:21 | |
*** tanee-away has quit IRC | 16:23 | |
*** ashish_ has joined #openstack-swift | 16:30 | |
*** jamie_h has quit IRC | 16:31 | |
*** saju_m has joined #openstack-swift | 16:34 | |
*** krtaylor has joined #openstack-swift | 16:39 | |
*** Guest____ has quit IRC | 16:41 | |
*** peluse_ has joined #openstack-swift | 16:43 | |
ashish_ | csshwede after I used the set_replicas 2 cmd and rebalanced it.The cmds executed successfully.But still there are replicas of my objects.What should I do.Please help. | 16:44 |
*** SkyRocknRoll__ has quit IRC | 16:48 | |
*** nacim has quit IRC | 16:51 | |
*** peluse_ has quit IRC | 16:54 | |
*** peluse_ has joined #openstack-swift | 16:55 | |
*** fifieldt has quit IRC | 17:05 | |
*** mkollaro1 has quit IRC | 17:05 | |
*** shri has joined #openstack-swift | 17:07 | |
*** bvandenh has quit IRC | 17:12 | |
*** Diddi has joined #openstack-swift | 17:13 | |
*** mmcardle has quit IRC | 17:14 | |
*** piyush has quit IRC | 17:16 | |
*** tanee has joined #openstack-swift | 17:19 | |
openstackgerrit | John Dickinson proposed a change to openstack/swift: merge master to EC branch https://review.openstack.org/85919 | 17:21 |
*** tanee is now known as tanee-away | 17:23 | |
tdasilva | Hello, I've setup two saio VMs, one on ubuntu and another on Fedora 19. While running unit tests, I'm seeing one test fail on the F19, but not on ubuntu: common.test_internal_client:TestSimpleClient.test_get_with_retries. Has anybody run into an issue like this before? | 17:28 |
openstackgerrit | John Dickinson proposed a change to openstack/swift: update setup.py with pbr version https://review.openstack.org/86101 | 17:28 |
portante | tdasilva: what is the failure mode? | 17:28 |
tdasilva | self.assertEqual(request.call_count, 3) | 17:29 |
tdasilva | AssertionError: 2 != 3 | 17:29 |
portante | "python setup.py develop" performed on each tree? | 17:30 |
tdasilva | yes | 17:30 |
tdasilva | btw: functest and probe tests run ok | 17:31 |
*** tanee-away is now known as tanee | 17:32 | |
tdasilva | last night i was running the debugger and noticed that the first request doesn't seem to raise the error | 17:33 |
portante | you might want to try using pdb and stepping through the code | 17:33 |
tdasilva | request.side_effect = [urllib2.URLError(''), req] | 17:33 |
tdasilva | trying again | 17:33 |
portante | hmmm | 17:33 |
tdasilva | just wanted to check if anybody had run into this before digging deeper | 17:34 |
*** d89 has quit IRC | 17:34 | |
*** tanee has quit IRC | 17:40 | |
*** tanee has joined #openstack-swift | 17:42 | |
*** fbo_away has quit IRC | 17:42 | |
*** fbo has joined #openstack-swift | 17:43 | |
*** piyush has joined #openstack-swift | 17:44 | |
openstackgerrit | paul luse proposed a change to openstack/swift: Container Confict on obj update with wrong Storage-Policy-Index https://review.openstack.org/79731 | 17:45 |
*** j_king has quit IRC | 17:46 | |
*** j_king has joined #openstack-swift | 17:46 | |
*** piyush1 has joined #openstack-swift | 17:48 | |
*** tanee is now known as tanee-away | 17:48 | |
*** tanee-away has quit IRC | 17:50 | |
*** piyush has quit IRC | 17:50 | |
*** peluse_ has quit IRC | 17:55 | |
openstackgerrit | A change was merged to openstack/swift: Unify backend logging https://review.openstack.org/83237 | 17:56 |
*** tanee has joined #openstack-swift | 18:01 | |
openstackgerrit | Peter Portante proposed a change to openstack/swift: WIP: ABC for Storage Servers https://review.openstack.org/86109 | 18:04 |
openstackgerrit | Peter Portante proposed a change to openstack/swift: WIP: ABC for Storage Servers https://review.openstack.org/86109 | 18:07 |
*** mkollaro has joined #openstack-swift | 18:13 | |
*** _bluev1 has quit IRC | 18:19 | |
*** nshaikh has quit IRC | 18:20 | |
openstackgerrit | Samuel Merritt proposed a change to openstack/swift: Check swift.conf MD5 with recon https://review.openstack.org/86114 | 18:30 |
notmyname | torgomatic: that's a good idea :-) | 18:30 |
torgomatic | notmyname: :) | 18:31 |
*** saju_m has quit IRC | 18:44 | |
openstackgerrit | Samuel Merritt proposed a change to openstack/swift: Fix deprecation warning https://review.openstack.org/86119 | 18:45 |
*** Guest_ has joined #openstack-swift | 19:00 | |
*** tanee is now known as tanee-away | 19:04 | |
*** mmcardle has joined #openstack-swift | 19:15 | |
*** mmcardle has quit IRC | 19:19 | |
*** piyush1 has quit IRC | 19:23 | |
*** piyush has joined #openstack-swift | 19:25 | |
*** gyee has quit IRC | 19:28 | |
*** IRTermite has quit IRC | 19:34 | |
*** lpabon has joined #openstack-swift | 19:45 | |
*** praveenkumar has quit IRC | 19:51 | |
*** IRTermite has joined #openstack-swift | 19:51 | |
*** mmcardle has joined #openstack-swift | 19:56 | |
*** piyush has quit IRC | 20:00 | |
*** piyush1 has joined #openstack-swift | 20:00 | |
*** mmcardle has quit IRC | 20:01 | |
*** piyush has joined #openstack-swift | 20:11 | |
*** piyush1 has quit IRC | 20:13 | |
*** Trixboxer has quit IRC | 20:22 | |
openstackgerrit | A change was merged to openstack/swift: Fix issue with account broker and pre-SPI databases https://review.openstack.org/83840 | 20:24 |
*** Guest_ has quit IRC | 20:29 | |
*** Guest_ has joined #openstack-swift | 20:30 | |
openstackgerrit | A change was merged to openstack/swift: Fixes versioning function tests with non-zero default policy https://review.openstack.org/82515 | 20:30 |
*** Guest_ has quit IRC | 20:38 | |
*** Guest_ has joined #openstack-swift | 20:38 | |
*** gyee has joined #openstack-swift | 20:41 | |
tdasilva | portante, notmyname: the issue i was running into with the unit tests on fedora 19 was due to an older version of mock being installed. Not sure if we want to update test-requirements.txt, but it installed mock 0.8 for me | 20:52 |
notmyname | tdasilva: what version worked? | 20:52 |
tdasilva | notmyname: latest one, 1.0.1 i believe | 20:52 |
tdasilva | one sec | 20:53 |
tdasilva | yes, that's correct | 20:53 |
tdasilva | for some reason on ubuntu the latest one is installed | 20:53 |
tdasilva | I will file a bug and test again, make sure it wasn't any mistake on my part | 20:54 |
notmyname | tdasilva: hang on, let me confirm | 20:55 |
notmyname | FAIL: test_get_with_retries (test.unit.common.test_internal_client.TestSimpleClient) | 20:56 |
notmyname | ---------------------------------------------------------------------- | 20:56 |
notmyname | Traceback (most recent call last): | 20:56 |
notmyname | File "/usr/local/lib/python2.7/dist-packages/mock.py", line 1224, in patched | 20:56 |
notmyname | return func(*args, **keywargs) | 20:56 |
notmyname | File "/home/swift/swift/test/unit/common/test_internal_client.py", line 1024, in test_get_with_retries | 20:56 |
notmyname | self.assertEqual(request.call_count, 3) | 20:56 |
notmyname | AssertionError: 2 != 3 | 20:56 |
notmyname | tdasilva: was that what you saw? | 20:56 |
tdasilva | yes | 20:56 |
notmyname | tdasilva: ok. our test-requirements currently has 0.8.0. which I just downgraded to on my precise SAIO. | 20:56 |
notmyname | I had been using 1.0.1 | 20:57 |
tdasilva | yes, 1.0.1 fixed an issue with 0.8 where side_effects was returning an exception object isntead of raising it | 20:57 |
notmyname | the global requirements in openstack has >=1.0 | 20:58 |
*** mmcardle has joined #openstack-swift | 20:58 | |
notmyname | tdasilva: ok, thanks. when you put this into launchpad, can you also include a link to that mock fix? | 20:59 |
tdasilva | notmyname: sure, thanks! | 21:00 |
notmyname | tdasilva: no, thank you! | 21:00 |
tdasilva | notmyname: also, if you have any bugs or code to be reviewed that needs another set of eyes on it, please let me know | 21:01 |
notmyname | https://review.openstack.org/#/q/-status:workinprogress+AND+status:open+AND+(project:openstack/swift-bench+OR+project:openstack/object-api+OR+project:openstack/swift+OR+project:openstack/python-swiftclient),n,z | 21:01 |
tdasilva | hoping i can help more here | 21:01 |
notmyname | ;-) | 21:01 |
tdasilva | cool, thanks! | 21:02 |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: Update container storage_policy_index when auditing https://review.openstack.org/83093 | 21:02 |
notmyname | tdasilva: actually, https://wiki.openstack.org/wiki/Swift/PriorityReviews is a good link | 21:02 |
*** mmcardle has quit IRC | 21:02 | |
clayg | notmyname: what's going on with master merge to feature/ec | 21:03 |
notmyname | clayg:https://review.openstack.org/#/c/85919/ | 21:04 |
clayg | yeah i know - so... "recheck no bug"? | 21:05 |
*** ashish_ has quit IRC | 21:06 | |
*** JuanManuelOlle has quit IRC | 21:08 | |
notmyname | I just now looked at it. I don't know yet | 21:09 |
peluse | looks like no bug to me :) | 21:12 |
notmyname | ok, done | 21:13 |
peluse | clayg: how that that work - what you just posted for updating container SPI - rely on the reconciler or is a snake about to bite me on the nose? | 21:16 |
clayg | the.... container auditor? | 21:18 |
*** lpabon has quit IRC | 21:20 | |
openstackgerrit | A change was merged to openstack/swift: Fix deprecation warning https://review.openstack.org/86119 | 21:21 |
peluse | huh? I don't see where/how SPI is set to 0 for a container that doesn't have an SPI in https://review.openstack.org/#/c/83093/3 | 21:22 |
peluse | clayg: In yuans previous patch set it was really obvious | 21:22 |
peluse | ahh hell, never mind | 21:22 |
peluse | screen was too small and needed to scroll over to see self._migrate_add_storage_policy_index(conn) :) | 21:23 |
*** tdasilva has left #openstack-swift | 21:23 | |
clayg | peluse: yeah doing in the auditor "by hand" was maybe more "obvious" - but I felt it violated the interface of the ContainerBroker a bit... and the test were sorta "fakey"... | 21:27 |
*** Guest_ has quit IRC | 21:27 | |
clayg | my change pushes all of the work of detecting and fixing schema migrations down in the broker where they probably belong and let me leaverage the existing preXXX_*_schmea tests in testbackend to make sure the migrations work as expected. | 21:28 |
clayg | The change was really less about making the storage policy index 0 and more about getting schemas up-to-date (which just happens to mean setting storage_policy_index to a default value) | 21:28 |
*** piyush has left #openstack-swift | 21:30 | |
clayg | peluse: i'm not all together unhappy with how the change fell out - but please provide feedback if it seems too trixy (or worse, doesn't work) | 21:30 |
*** russellb has quit IRC | 21:44 | |
*** russellb has joined #openstack-swift | 21:45 | |
*** Gu_______ has joined #openstack-swift | 21:49 | |
peluse | clayg: it looks cool on review. Just pulled it down so will dork around with it and provide feedback on gerrit | 21:50 |
*** mmcardle has joined #openstack-swift | 22:00 | |
openstackgerrit | paul luse proposed a change to openstack/swift: Add Storage Policy Documentation https://review.openstack.org/85824 | 22:00 |
*** shri1 has joined #openstack-swift | 22:00 | |
clayg | anyone know "Chetan Risbud" -> https://review.openstack.org/#/c/85908/ | 22:01 |
openstackgerrit | paul luse proposed a change to openstack/swift: Add Storage Policy Documentation https://review.openstack.org/85824 | 22:01 |
peluse | clayg: saw that too, no, I don't | 22:02 |
clayg | too funny | 22:02 |
creiht | hah.. he picked a heck of a review to start with :) | 22:02 |
*** shri has quit IRC | 22:02 | |
*** russellb has quit IRC | 22:03 | |
*** russellb has joined #openstack-swift | 22:03 | |
*** zackf has quit IRC | 22:03 | |
*** mmcardle has quit IRC | 22:04 | |
clayg | well i could see someone saying "wtf is a reconciler, that's stupid" and then getting hella confused if they thought that was a change against master :\ | 22:05 |
zaitcev | clayg: I'll e-mail him about it. Chetan works on Gluster | 22:06 |
clayg | zaitcev: oh cool! yeah i was hoping he might jump in channel and ask out whats' going on | 22:07 |
zaitcev | IRC may be a bridge too far | 22:07 |
peluse | clayg: good answer you provided though | 22:07 |
clayg | a gerrit review isn't a great place to do an architecture overview of storage polices, and definately not a good place to try and do a status update on ongoing work there | 22:07 |
clayg | zaitcev: lol(?) | 22:08 |
zaitcev | When I joined, our disdain for e-mail was extremely aggravating. | 22:08 |
zaitcev | But as a highly paid professional, I learned to live with IRC and Gerrit. | 22:08 |
zaitcev | Still, I am unable to conquer Trello thus far. | 22:09 |
clayg | well you work for a big company - what do you guys do for real time chat if not IRC? | 22:10 |
zaitcev | well, sure. But that's for management and security team. | 22:10 |
peluse | heh | 22:11 |
clayg | i think the jokes have gotten to meta for me to appreciate them anymore | 22:11 |
clayg | zaitcev: who the hell calls is_deleted with a timestamp? It's like always been there but I don't why? | 22:12 |
zaitcev | clayg: I need to research | 22:14 |
clayg | zaitcev: meh, it's not your fault or anything - i was just hoping you may have bumped into it while working on PBE | 22:15 |
zaitcev | clayg: I did, and I wrote an XXX | 22:15 |
clayg | LOL! | 22:15 |
zaitcev | I'm afraid we need to poke gholt or creiht about the is_deleted. | 22:20 |
creiht | clayg, zaitcev: where at? | 22:23 |
*** mmcardle has joined #openstack-swift | 22:23 | |
zaitcev | creiht: definition is https://github.com/openstack/swift/blob/master/swift/container/backend.py#L238 | 22:25 |
zaitcev | creiht: callers are unknown. It was like this in swift-1.0.0, too. | 22:25 |
creiht | I'll poke around a bit | 22:26 |
zaitcev | I thought maybe an out-of-tree tool | 22:26 |
clayg | zaitcev: or maybe an old test case? | 22:27 |
zaitcev | clayg: I checked tests too. | 22:27 |
clayg | ah... i didn't bisect *that* hard ;) | 22:27 |
clayg | oh oh oh - maybe you just grepped everything in chucks init commit | 22:28 |
*** mmcardle has quit IRC | 22:28 | |
zaitcev | well yeah | 22:29 |
creiht | maybe it was used by replication at one time? | 22:29 |
clayg | comment sure makes it sound like something like that... but presumably they stopped needing it before the code was open sourced | 22:30 |
*** jergerber has quit IRC | 22:30 | |
creiht | yeah not sure | 22:30 |
creiht | maybe gholt or redbo could chime in there | 22:31 |
* clayg waves at redbo | 22:31 | |
dmsimard | Out of curiosity, have any of you guys tried Swift with Ubuntu trusty yet ? | 22:32 |
clayg | seems.... mighty.... trusting... | 22:33 |
creiht | dmsimard: not yet, I was going to spin up another vm to test it when it was ga | 22:33 |
clayg | dmsimard: can I get a vagrant image for it? | 22:33 |
dmsimard | clayg: http://cloud-images.ubuntu.com/trusty/current/ | 22:34 |
redbo | hi | 22:34 |
dmsimard | I'm building a trusty image for my CI right now, will try throwing my swift deployment at it and see what explodes | 22:34 |
clayg | yay! | 22:34 |
clayg | dmsimard: oh cool - well keep us posted | 22:34 |
dmsimard | I guess this also means I'll be jumping from the Havana cloud archive repo to the Icehouse one | 22:35 |
dmsimard | Talk about looking for trouble | 22:35 |
clayg | redbo: did you ever benchmark that sendfile thing? was it super awesome - cause screw content checking | 22:35 |
redbo | I don't know, gholt wrote the is_deleted stuff for dbs. You'll have to wait until he comes out of his benadryl coma. | 22:35 |
creiht | heh | 22:36 |
*** jamie_h has joined #openstack-swift | 22:37 | |
redbo | clayg: I couldn't tell much difference with it on my saio doing normal benchmarks. I need try with big files or something so there's less httpy overhead. | 22:37 |
redbo | I'll need to allocate more storage to my saio first | 22:38 |
redbo | or maybe I can use our dev environment, that's probably the sort of thing it's for | 22:39 |
creiht | redbo: ++ | 22:41 |
*** Gu_______ has quit IRC | 22:54 | |
*** Guest___ has joined #openstack-swift | 22:56 | |
*** Guest___ has quit IRC | 22:59 | |
*** mmcardle has joined #openstack-swift | 22:59 | |
*** changbl has quit IRC | 23:00 | |
*** mmcardle has quit IRC | 23:03 | |
*** erlon has joined #openstack-swift | 23:07 | |
anticw | redbo: [context switch] have you use cloudfuse 'master' in the last 2+ weeks? i did a pull, rebuld and ended up with something that auths, connects then stalls | 23:41 |
redbo | let me try it | 23:43 |
*** _bluev has joined #openstack-swift | 23:44 | |
redbo | anticw: it seems to be working for me. What OS are you on? Can you try running it with -d and see if it says anything helpful? | 23:45 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!